Skip to content

Commit 8f52e12

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

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
@@ -1471,7 +1471,7 @@ id of the parameter within the system.
14711471
- `disablechecks` will disable checking for whether the passed in variable is
14721472
already defined, which is useful when adding many new variables to the system.
14731473
*Do not disable checks* unless you are sure the passed in variable is a new
1474-
variable, as this will potentially leave the system in an undefined unknown.
1474+
variable, as this will potentially leave the system in an undefined state.
14751475
"""
14761476
function addparam!(network::ReactionSystem, p::Symbolic; disablechecks = false)
14771477
reset_networkproperties!(network)

0 commit comments

Comments
 (0)