Skip to content

Commit f76f4be

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

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
@@ -1434,7 +1434,7 @@ integer id of the species within the system.
14341434
- `disablechecks` will disable checking for whether the passed in variable is
14351435
already defined, which is useful when adding many new variables to the system.
14361436
*Do not disable checks* unless you are sure the passed in variable is a new
1437-
variable, as this will potentially leave the system in an undefined unknown.
1437+
variable, as this will potentially leave the system in an undefined state.
14381438
"""
14391439
function addspecies!(network::ReactionSystem, s::Num; disablechecks = false)
14401440
addspecies!(network, value(s), disablechecks = disablechecks)

0 commit comments

Comments
 (0)