Skip to content

Commit

Permalink
documentation fix in RELEASES.md
Browse files Browse the repository at this point in the history
f32 should probably be denoted as 0.0 as it might improve readability.

Signed-off-by: benaryorg <[email protected]>
  • Loading branch information
benaryorg committed Mar 17, 2016
1 parent be989ac commit a6e077e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Compatibility Notes
that were not intended. In this release, [defaulted type parameters
appearing outside of type definitions will generate a
warning][1.7d], which will become an error in future releases.
* [Parsing "." as a float results in an error instead of
0][1.7p]. That is, `".".parse::<f32>()` returns `Err`, not `Ok(0)`.
* [Parsing "." as a float results in an error instead of 0][1.7p].
That is, `".".parse::<f32>()` returns `Err`, not `Ok(0.0)`.
* [Borrows of closure parameters may not outlive the closure][1.7bc].

[1.7a]: https://github.com/rust-lang/rust/pull/30928
Expand Down

0 comments on commit a6e077e

Please sign in to comment.