From 694b18d973e3c45d0dcc0221813fd0daefaf367f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 3 Dec 2018 12:28:56 -0800 Subject: [PATCH] tweak 'known issues' wording --- src/libcore/num/dec2flt/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs index 64ac69946d10d..759c2e8c953e0 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 ///