From fd016c942bc70093baa36209101294a1f0580e9a Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Wed, 8 Jan 2025 07:51:20 -0500 Subject: [PATCH] fix docs run --- .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 3c2008c3..0a29af54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: 1.10 + 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