Skip to content

Commit 5633b72

Browse files
TorkelEisaacsas
andauthored
Update src/reactionsystem.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 337d263 commit 5633b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ function spatial_convert_err(rs::ReactionSystem, systype)
14711471
isspatial(rs) && error("Conversion to $systype is not supported for spatial networks.")
14721472
end
14731473

1474-
COMPLETENESS_ERROR = "A ReactionSystem must be complete before it can be converted to other system types. A ReactionSystem can be marked as complete using the `compelte` function."
1474+
COMPLETENESS_ERROR = "A ReactionSystem must be complete before it can be converted to other system types. A ReactionSystem can be marked as complete using the `complete` function."
14751475

14761476
"""
14771477
```julia

0 commit comments

Comments
 (0)