Skip to content

Commit

Permalink
Update News.md: NaN -> T(NaN)
Browse files Browse the repository at this point in the history
I believe this is typo
  • Loading branch information
GlenHertz committed Feb 9, 2015
1 parent 83bbfe4 commit 2fba8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Deprecated or removed

* `median` and `median!` no longer accept a `checknan` keyword argument ([#8605]).

* `inf` and `nan` are now deprecated in favor of `T(Inf)` and `NaN`, respectively ([#8776]).
* `inf` and `nan` are now deprecated in favor of `T(Inf)` and `T(NaN)`, respectively ([#8776]).

* `oftype(T::Type, x)` is deprecated in favor of `convert(T,x)` (or `T(x)`).

Expand Down

0 comments on commit 2fba8c5

Please sign in to comment.