Skip to content

Commit 194c329

Browse files
committed
Fix a typo
1 parent c6ffc87 commit 194c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/multidimensional.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ _extrema_dims(f::F, A::AbstractArray, ::Colon, init) where {F} =
16031603
_extrema_dims(f::F, A::AbstractArray, ::Colon, ::_InitialValue) where {F} =
16041604
mapreduce(_DupY(f), _extrema_rf, A)
16051605
# Note: not passing `init = _InitialValue()` since user-defined
1606-
# `reduce`/`foldl` could cannot be aware of `Base._InitialValue`.
1606+
# `reduce`/`foldl` cannot be aware of `Base._InitialValue`.
16071607

16081608
_extrema_dims(f::F, A::AbstractArray, dims, init) where {F} =
16091609
mapreduce(_DupY(f), _extrema_rf, A; dims = dims, init = init)

0 commit comments

Comments
 (0)