Skip to content

Commit 33f896c

Browse files
authored
Merge pull request #29 from TuringLang/devmotion-patch-1
Fix docstring
2 parents c8fc126 + 5c101bc commit 33f896c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/varname.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ _issubrange(i::Colon, j::ConcreteIndex) = true
424424
425425
Return `l` instantiated on `x`, i.e. any runtime information evaluated using `x`.
426426
"""
427-
428427
concretize(I::Lens, x) = I
429428
concretize(I::DynamicIndexLens, x) = IndexLens(I.f(x))
430429
function concretize(I::ComposedLens, x)

0 commit comments

Comments
 (0)