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 dbe211d commit 1209b1eCopy full SHA for 1209b1e
src/utils.jl
@@ -529,8 +529,8 @@ end
529
"""
530
$(TYPEDSIGNATURES)
531
532
-Indicate whether the given equation type (Equation, Pair, etc) supports `collect_vars!`. Can
533
-be dispatched by higher-level libraries to indicate support.
+Indicate whether the given equation type (Equation, Pair, etc) supports `collect_vars!`.
+Can be dispatched by higher-level libraries to indicate support.
534
535
eqtype_supports_collect_vars(eq) = false
536
eqtype_supports_collect_vars(eq::Equation) = true
0 commit comments