Skip to content

Commit

Permalink
make documentation on 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Jan 12, 2025
1 parent 71125bd commit 7576184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/optics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7576184

Please sign in to comment.