We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cba7 commit 42311a6Copy full SHA for 42311a6
src/ExtensionInterface.jl
@@ -11,7 +11,7 @@ function node_to_symbolic(args...; kws...)
11
end
12
function symbolic_to_node(args...; kws...)
13
return error(
14
- "Please load the `SymbolicUtils` package to use `symbolic_to_node(::Symbolic, ::AbstractOperatorEnum, kws...)`.",
+ "Please load the `SymbolicUtils` package to use `symbolic_to_node(::Symbolic, ::AbstractOperatorEnum; kws...)`.",
15
)
16
17
0 commit comments