From 7576184241c767fe5bd02475d0b8304b67bf934a Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Sat, 11 Jan 2025 22:23:40 -0500 Subject: [PATCH] make documentation on 1.10 --- .github/workflows/ci.yml | 2 +- src/optics.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3437d65..8aada409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: 1.7 + version: '1.10' - run: | julia --project=docs -e ' using Pkg diff --git a/src/optics.jl b/src/optics.jl index f02fa5f6..e3a85c2d 100644 --- a/src/optics.jl +++ b/src/optics.jl @@ -118,7 +118,7 @@ julia> la = @optic _.a lb = @optic _.b lc = @optic _.c lens = la ⨟ lb ⨟ lc -(@o _.c) ∘ (@o _.a.b) +(@o _.c) ∘ ((@o _.a.b)) julia> lens(obj) 1