Skip to content

Commit 479bd05

Browse files
TorkelEisaacsas
andauthored
Update src/networkapi.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 8f52e12 commit 479bd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networkapi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ integer id of the parameter within the system.
15001500
- `disablechecks` will disable checking for whether the passed in variable is
15011501
already defined, which is useful when adding many new variables to the system.
15021502
*Do not disable checks* unless you are sure the passed in variable is a new
1503-
variable, as this will potentially leave the system in an undefined unknown.
1503+
variable, as this will potentially leave the system in an undefined state.
15041504
"""
15051505
function addparam!(network::ReactionSystem, p::Num; disablechecks = false)
15061506
addparam!(network, value(p); disablechecks = disablechecks)

0 commit comments

Comments
 (0)