Skip to content

Commit 4005d93

Browse files
TorkelEisaacsas
andauthored
Update src/dsl.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 3513ad4 commit 4005d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function get_reactions(exprs::Vector{Expr})
369369
# bundled, is disabled. See discussion in https://github.com/SciML/Catalyst.jl/issues/1219.
370370
if !in(arrow, double_arrows) && Meta.isexpr(rate, :tuple) &&
371371
!Meta.isexpr(reaction.args[2], :tuple) && !Meta.isexpr(reaction.args[3], :tuple)
372-
error("Bundling of reactions with multiple rates but singular substrates and product sets is disallowed. This error is potentially due to a bidirectional (`<-->`) reaction being types as `-->`.")
372+
error("Bundling of reactions with multiple rates but singular substrates and product sets is disallowed. This error is potentially due to a bidirectional (`<-->`) reaction being incorrectly typed as `-->`.")
373373
end
374374

375375
# Checks which type of line is used, and calls `push_reactions!` on the processed line.

0 commit comments

Comments
 (0)