Skip to content

Commit 3e7dcde

Browse files
authored
Merge pull request #99 from JuliaMath/devmotion-patch-1
1 parent b1040f3 commit 3e7dcde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ max
3030
```
3131

3232
Example:
33+
3334
```julia
34-
using NaNMath; nm=NaNMath
35-
nm.sum([1., 2., NaN]) # result: 3.0
35+
using NaNMath
36+
NaNMath.sum([1., 2., NaN]) # result: 3.0
3637
```
3738

0 commit comments

Comments
 (0)