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 3557f20 commit 5e23624Copy full SHA for 5e23624
docs/src/model_creation/conservation_laws.md
@@ -39,7 +39,7 @@ Using the `unknowns` function we can confirm that the ODE only has a single unkn
39
```@example conservation_laws
40
unknowns(osys)
41
```
42
-Next, using `parameters` we note that an additional parameter, `Γ` has been added to the system:
+Next, using `parameters` we note that an additional (vector) parameter, `Γ` has been added to the system:
43
44
parameters(osys)
45
0 commit comments