Skip to content

Commit 61df2d6

Browse files
committed
fix link
1 parent f8be0c1 commit 61df2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/data_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A typical workflow is:
2020

2121
1. Set default values in the models using the metadata (see [Metadata](@ref)).
2222
2. Create a network (see [Network Construction](@ref)).
23-
3. Generate a state `s = NWState(nw)` which will be prefilled with the default values from the component metadata (see [SymbolicIndexing](@ref)).
23+
3. Generate a state `s = NWState(nw)` which will be prefilled with the default values from the component metadata (see [Symbolic Indexing](@ref)).
2424
4. Change the values of `s`, i.e., `s.v[1,:x] = 1.0`: This changes the **underlying flat array** but not the metadata of the models.
2525
5. Build a problem with the updated flat arrays using `uflat(s)` and `pflat(s)`.
2626

0 commit comments

Comments
 (0)