Skip to content

Commit e852b5e

Browse files
mhaurupenelopeysm
andauthored
Fix docstring typo.
Co-authored-by: Penelope Yong <[email protected]>
1 parent 2dc61a8 commit e852b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accumulators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ end
198198
A helper function that returns three tuples of keys given two `NamedTuple`s:
199199
The keys only in `nt1`, only in `nt2`, and in both, and in that order.
200200
201-
Implemented as a generated function to enabled constant propagation of the result in `merge`.
201+
Implemented as a generated function to enable constant propagation of the result in `merge`.
202202
"""
203203
@generated function _joint_keys(
204204
nt1::NamedTuple{names1}, nt2::NamedTuple{names2}

0 commit comments

Comments
 (0)