Skip to content

Commit 1209b1e

Browse files
committed
comment tweak
1 parent dbe211d commit 1209b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ end
529529
"""
530530
$(TYPEDSIGNATURES)
531531
532-
Indicate whether the given equation type (Equation, Pair, etc) supports `collect_vars!`. Can
533-
be dispatched by higher-level libraries to indicate support.
532+
Indicate whether the given equation type (Equation, Pair, etc) supports `collect_vars!`.
533+
Can be dispatched by higher-level libraries to indicate support.
534534
"""
535535
eqtype_supports_collect_vars(eq) = false
536536
eqtype_supports_collect_vars(eq::Equation) = true

0 commit comments

Comments
 (0)