Skip to content

Commit 6197abf

Browse files
committed
fix
1 parent 882f6ae commit 6197abf

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
@@ -1038,7 +1038,7 @@ end
10381038
# also updating tehse functionalities.
10391039
function reactionsystem_uptodate_check()
10401040
if fieldnames(ReactionSystem) != reactionsystem_fields
1041-
@warn "The `ReactionSystem` strcuture have been modified without this being taken into account in the functionality you are attempting to use. Please report this at https://github.com/SciML/Catalyst.jl/issues. Proceed with cautioun, as there might be errors in whichever funcionality you are attempting to use".
1041+
@warn "The `ReactionSystem` strcuture have been modified without this being taken into account in the functionality you are attempting to use. Please report this at https://github.com/SciML/Catalyst.jl/issues. Proceed with cautioun, as there might be errors in whichever funcionality you are attempting to use."
10421042
end
10431043
end
10441044

0 commit comments

Comments
 (0)