about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2018-12-03 12:28:56 -0800
committerGitHub <noreply@github.com>2018-12-03 12:28:56 -0800
commit694b18d973e3c45d0dcc0221813fd0daefaf367f (patch)
tree3d6f4d9846f93599743d517f4c68bf381828abba
parent1798d51da67835618079f034d0b552be342af5d2 (diff)
downloadrust-694b18d973e3c45d0dcc0221813fd0daefaf367f.tar.gz
rust-694b18d973e3c45d0dcc0221813fd0daefaf367f.zip
tweak 'known issues' wording
-rw-r--r--src/libcore/num/dec2flt/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs
index 64ac69946d1..759c2e8c953 100644
--- a/src/libcore/num/dec2flt/mod.rs
+++ b/src/libcore/num/dec2flt/mod.rs
@@ -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
             ///