Skip to content

Commit 6c01b9a

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

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
@@ -548,7 +548,7 @@ A helper function which returns `∑tendencies` when `tendency` is a
548548
`NullBroadcasted` and `lazy.(∑tendencies + tendency)` when `tendency` is not a
549549
`NullBroadcasted`.
550550
"""
551-
function add_tend end
551+
function add_tendency end
552552
add_tend(∑tends, t) = lazy.(∑tends .+ t)
553553
add_tend(∑tends, ::NullBroadcasted) = ∑tends
554554

0 commit comments

Comments
 (0)