Skip to content

Commit

Permalink
Fix a typo in mathematical-operations.md (#32855)
Browse files Browse the repository at this point in the history
"Especial" isn't an English word. I tried replacing it with the correct "especially", but I think it sounds cleaner this way.
  • Loading branch information
TheLostLambda authored and ViralBShah committed Aug 10, 2019
1 parent 850c6e4 commit c7ff479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/mathematical-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c7ff479

Please sign in to comment.