Skip to content

Commit e2916c9

Browse files
authored
Update src/chemistry_functionality.jl
1 parent ba26a31 commit e2916c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chemistry_functionality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function get_balanced_reaction(rx::Reaction)
381381
error("Could not balance reaction `$rx`, unable to create a balanced `ReactionSystem`.")
382382
end
383383
if length(brxs) > 1
384-
error("The space of possible balanced versions of the reaction ($reaction) is greater than 1. This prevents the selection of a single appropriate balanced reaction. No method to, in this case, automatically generate a valid reaction is currently implemented in `balance_system`.")
384+
error("The space of possible balanced versions of the reaction ($reaction) is greater than one-dimension. This prevents the selection of a single appropriate balanced reaction. No method to, in this case, automatically generate a valid reaction is currently implemented in `balance_system`.")
385385
end
386386

387387
return only(brxs)

0 commit comments

Comments
 (0)