We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a549e commit a466cb2Copy full SHA for a466cb2
docs/src/tutorial/Modeling.md
@@ -513,7 +513,7 @@ equations = :[
513
```
514
515
When the `init` or `start` value of an array variable is defined as a [StaticArrays.jl `StaticArray`](https://github.com/JuliaArrays/StaticArrays.jl),
516
-then the value of this array variable will be `StaticArray` in the generated code.
+then the type of this array variable will be `StaticArray` in the generated code.
517
The benefit is that array operations are more efficient:
518
519
```julia
0 commit comments