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 90c9177 commit 42e5ea1Copy full SHA for 42e5ea1
docs/src/basics/Variable_metadata.md
@@ -140,7 +140,7 @@ A variable can be marked `irreducible` to prevent it from being moved to an
140
it can be accessed in [callbacks](@ref events)
141
142
```julia
143
-@variable important_value [irreducible=true]
+@variable important_value [irreducible = true]
144
```
145
146
## Additional functions
0 commit comments