Skip to content

Commit b0a00f8

Browse files
committed
fix
1 parent c383597 commit b0a00f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reaction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ creating a `ReactionSystem` programmatically (in which case any symbolic variabl
628628
`misc` metadata field should also be explicitly provided to the `ReactionSystem` constructor).
629629
630630
"""
631-
function get_misc(reaction::Reaction)
631+
function getmisc(reaction::Reaction)
632632
if hasmisc(reaction)
633633
return getmetadata(reaction, :misc)
634634
else

0 commit comments

Comments
 (0)