Skip to content

Commit a466cb2

Browse files
Update docs/src/tutorial/Modeling.md
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
1 parent f4a549e commit a466cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/Modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ equations = :[
513513
```
514514

515515
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.
516+
then the type of this array variable will be `StaticArray` in the generated code.
517517
The benefit is that array operations are more efficient:
518518

519519
```julia

0 commit comments

Comments
 (0)