Skip to content

Commit 4606337

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

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
@@ -1402,7 +1402,7 @@ Notes:
14021402
- `disablechecks` will disable checking for whether the passed in variable is
14031403
already defined, which is useful when adding many new variables to the system.
14041404
*Do not disable checks* unless you are sure the passed in variable is a new
1405-
variable, as this will potentially leave the system in an undefined unknown.
1405+
variable, as this will potentially leave the system in an undefined state.
14061406
"""
14071407
function addspecies!(network::ReactionSystem, s::Symbolic; disablechecks = false)
14081408
reset_networkproperties!(network)

0 commit comments

Comments
 (0)