Skip to content

Commit fe3404d

Browse files
committed
Fix docstring
1 parent 19cfd2b commit fe3404d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/varinfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ On top of that, `VarInfo` also stores a transform strategy, which reflects the l
2828
of variables inside the `VarInfo`. For example, a `VarInfo{LinkAll}` should contain only
2929
`TransformedValue{T,DynamicLink}`s in its `values` field. This unfortunately leads to
3030
redundancy of information, but is necessary for type stability, since that allows us to have
31-
compile-time knowledge of what transformations are applied.
31+
compile-time knowledge of what transformations are applied.
3232
3333
Because the job of `VarInfo` is to store transformed values, there is no generic
3434
`setindex!!` implementation on `VarInfo` itself. Instead, all storage must go via

0 commit comments

Comments
 (0)