Skip to content

Commit fbf7a29

Browse files
committed
typo
1 parent 81d4a10 commit fbf7a29

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
@@ -543,7 +543,7 @@ function extract_species_and_parameters!(reactions, excluded_syms; requiredec =
543543
for reactant in Iterators.flatten((reaction.substrates, reaction.products))
544544
add_syms_from_expr!(parameters, reactant.stoichiometry, excluded_syms)
545545
(!isempty(parameters) && requiredec) && throw(UndeclaredSymbolicError(
546-
"Unrecognized parameters $(join(parameters, ", ")) detected in the stoichiometry for reactant $(reactant.reactant) in the following reaction expression: \"$(string(reaction.rxpexpr))\". Since the flag @require_declaration is declared, all parameters must be explicitly declared with the @parameters macro."))
546+
"Unrecognized parameters $(join(parameters, ", ")) detected in the stoichiometry for reactant $(reactant.reactant) in the following reaction expression: \"$(string(reaction.rxexpr))\". Since the flag @require_declaration is declared, all parameters must be explicitly declared with the @parameters macro."))
547547
end
548548
end
549549

0 commit comments

Comments
 (0)