Skip to content

Commit 42311a6

Browse files
authored
Fix error message
1 parent db4cba7 commit 42311a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExtensionInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function node_to_symbolic(args...; kws...)
1111
end
1212
function symbolic_to_node(args...; kws...)
1313
return error(
14-
"Please load the `SymbolicUtils` package to use `symbolic_to_node(::Symbolic, ::AbstractOperatorEnum, kws...)`.",
14+
"Please load the `SymbolicUtils` package to use `symbolic_to_node(::Symbolic, ::AbstractOperatorEnum; kws...)`.",
1515
)
1616
end
1717

0 commit comments

Comments
 (0)