Skip to content

Commit 6276635

Browse files
Update docs/src/basics/Variable_metadata.md
1 parent 34d264f commit 6276635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Variable_metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ isirreducible(important_value)
191191
When a model is structurally simplified, the algorithm will try to ensure that the variables with higher state priority become states of the system. A variable's state priority is a number set using the `state_priority` metadata.
192192

193193
```@example metadata
194-
@variable important_dof [state_priority = 10] unimportant_dof [state_priority = 2]
194+
@variable important_dof [state_priority = 10] unimportant_dof [state_priority = -2]
195195
state_priority(important_dof)
196196
```
197197

0 commit comments

Comments
 (0)