We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cfd2b commit fe3404dCopy full SHA for fe3404d
1 file changed
src/varinfo.jl
@@ -28,7 +28,7 @@ On top of that, `VarInfo` also stores a transform strategy, which reflects the l
28
of variables inside the `VarInfo`. For example, a `VarInfo{LinkAll}` should contain only
29
`TransformedValue{T,DynamicLink}`s in its `values` field. This unfortunately leads to
30
redundancy of information, but is necessary for type stability, since that allows us to have
31
- compile-time knowledge of what transformations are applied.
+compile-time knowledge of what transformations are applied.
32
33
Because the job of `VarInfo` is to store transformed values, there is no generic
34
`setindex!!` implementation on `VarInfo` itself. Instead, all storage must go via
0 commit comments