Skip to content

Commit 5e23624

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_creation/conservation_laws.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 3557f20 commit 5e23624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/conservation_laws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Using the `unknowns` function we can confirm that the ODE only has a single unkn
3939
```@example conservation_laws
4040
unknowns(osys)
4141
```
42-
Next, using `parameters` we note that an additional parameter, `Γ` has been added to the system:
42+
Next, using `parameters` we note that an additional (vector) parameter, `Γ` has been added to the system:
4343
```@example conservation_laws
4444
parameters(osys)
4545
```

0 commit comments

Comments
 (0)