]> git.lizzy.rs Git - rust.git/commitdiff
tweak 'known issues' wording
authorCorey Farwell <coreyf@rwell.org>
Mon, 3 Dec 2018 20:28:56 +0000 (12:28 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 20:28:56 +0000 (12:28 -0800)
src/libcore/num/dec2flt/mod.rs

index 64ac69946d10d60c1fc35abad27e39695ca73367..759c2e8c953e04e901eccb19aef03f272dc8e476 100644 (file)
@@ -146,8 +146,8 @@ impl FromStr for $t {
             ///
             /// # 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
             ///