Skip to content

Commit 3cc14ff

Browse files
committed
Fix Vale linting error
1 parent e7048ed commit 3cc14ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nonlinear/ReverseAD/graph_tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function _classify_linearity(
106106
op =
107107
get(Nonlinear.DEFAULT_UNIVARIATE_OPERATORS, node.index, nothing)
108108
if op == :+ || op == :-
109-
# Unary plus and minus preserve the linearity of the child.
109+
# A unary plus or minus preserves the linearity of the child.
110110
linearity[k] = worst
111111
elseif op == :abs && worst <= PIECEWISE_LINEAR
112112
linearity[k] = PIECEWISE_LINEAR

0 commit comments

Comments
 (0)