Skip to content

Commit 9db0818

Browse files
committed
writing fix
1 parent e2bc6eb commit 9db0818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem_conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function nonlinear_convert_differentials_check(rs::ReactionSystem)
590590
(2) The right-hand side does not contain any differentials.
591591
This is generally not permitted.
592592
593-
If you still would like to perform this conversions, please use the `all_differentials_permitted = true` option. In this case, all differential will be set to `0`.
593+
If you still would like to perform this conversion, please use the `all_differentials_permitted = true` option. In this case, all differentials will be set to `0`.
594594
However, it is recommended to proceed with caution to ensure that the produced nonlinear equation makes sense for your intended application."
595595
)
596596
end

0 commit comments

Comments
 (0)