Skip to content

Commit

Permalink
comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Oct 15, 2024
1 parent dbe211d commit 1209b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ end
"""
$(TYPEDSIGNATURES)
Indicate whether the given equation type (Equation, Pair, etc) supports `collect_vars!`. Can
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.
"""
eqtype_supports_collect_vars(eq) = false
eqtype_supports_collect_vars(eq::Equation) = true
Expand Down

0 comments on commit 1209b1e

Please sign in to comment.