Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Aug 20, 2021
1 parent c8fc126 commit 5c101bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/varname.jl
Expand Up @@ -424,7 +424,6 @@ _issubrange(i::Colon, j::ConcreteIndex) = true
Return `l` instantiated on `x`, i.e. any runtime information evaluated using `x`.
"""

concretize(I::Lens, x) = I
concretize(I::DynamicIndexLens, x) = IndexLens(I.f(x))
function concretize(I::ComposedLens, x)
Expand Down

0 comments on commit 5c101bc

Please sign in to comment.