Skip to content

Commit 3352d15

Browse files
authored
tiny docstring typo fix (#344)
1 parent 5f1613f commit 3352d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accumulation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This avoids allocations when `x` can be mutated in this way.
77
add!!(x, y) = x + y
88

99
"""
10-
add!!(x, t::ImplacableThunk)
10+
add!!(x, t::InplacableThunk)
1111
1212
The specialization of `add!!` for [`InplaceableThunk`](@ref) promises to only call
1313
`t.add!` on `x` if `x` is suitably mutable; otherwise it will be out of place.

0 commit comments

Comments
 (0)