diff --git a/doc/src/manual/mathematical-operations.md b/doc/src/manual/mathematical-operations.md index d1d6c488ee85d..90f3e96a1e7da 100644 --- a/doc/src/manual/mathematical-operations.md +++ b/doc/src/manual/mathematical-operations.md @@ -252,7 +252,7 @@ julia> NaN > NaN false ``` -and can cause especial headaches with [arrays](@ref man-multi-dim-arrays): +and can cause headaches when working with [arrays](@ref man-multi-dim-arrays): ```jldoctest julia> [1 NaN] == [1 NaN]