Skip to content

Commit 7576184

Browse files
committed
make documentation on 1.10
1 parent 71125bd commit 7576184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: julia-actions/setup-julia@v2
4040
with:
41-
version: 1.7
41+
version: '1.10'
4242
- run: |
4343
julia --project=docs -e '
4444
using Pkg

src/optics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ julia> la = @optic _.a
118118
lb = @optic _.b
119119
lc = @optic _.c
120120
lens = la ⨟ lb ⨟ lc
121-
(@o _.c) ∘ (@o _.a.b)
121+
(@o _.c) ∘ ((@o _.a.b))
122122
123123
julia> lens(obj)
124124
1

0 commit comments

Comments
 (0)