Skip to content

Commit

Permalink
tweak 'known issues' wording
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 3, 2018
1 parent 1798d51 commit 694b18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/num/dec2flt/mod.rs
Expand Up @@ -146,8 +146,8 @@ macro_rules! from_str_float_impl {
///
/// # Known bugs
///
/// * [#31407]: Some strings that adhere to the regular expression
/// above will incorrectly return an [`Err`].
/// In some situations, some strings that should create a valid float
/// instead return an error. See [issue #31407] for details.
///
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
///
Expand Down

0 comments on commit 694b18d

Please sign in to comment.