Skip to content

Commit a4cf9df

Browse files
Update src/utils/utilities.jl
Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
1 parent 6c01b9a commit a4cf9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,6 @@ A helper function which returns `∑tendencies` when `tendency` is a
559559
`NullBroadcasted` and `lazy.(∑tendencies - tendency)` when `tendency` is not a
560560
`NullBroadcasted`.
561561
"""
562-
function sub_tend end
562+
function subtract_tendency end
563563
sub_tend(∑tends, ::NullBroadcasted) = ∑tends
564564
sub_tend(∑tends, t) = lazy.(∑tends .- t)

0 commit comments

Comments
 (0)