Skip to content

Commit c7ff479

Browse files
TheLostLambdaViralBShah
authored andcommitted
Fix a typo in mathematical-operations.md (#32855)
"Especial" isn't an English word. I tried replacing it with the correct "especially", but I think it sounds cleaner this way.
1 parent 850c6e4 commit c7ff479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/mathematical-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ julia> NaN > NaN
252252
false
253253
```
254254

255-
and can cause especial headaches with [arrays](@ref man-multi-dim-arrays):
255+
and can cause headaches when working with [arrays](@ref man-multi-dim-arrays):
256256

257257
```jldoctest
258258
julia> [1 NaN] == [1 NaN]

0 commit comments

Comments
 (0)