Skip to content

Commit 694b18d

Browse files
authored
tweak 'known issues' wording
1 parent 1798d51 commit 694b18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/dec2flt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ macro_rules! from_str_float_impl {
146146
///
147147
/// # Known bugs
148148
///
149-
/// * [#31407]: Some strings that adhere to the regular expression
150-
/// above will incorrectly return an [`Err`].
149+
/// In some situations, some strings that should create a valid float
150+
/// instead return an error. See [issue #31407] for details.
151151
///
152152
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
153153
///

0 commit comments

Comments
 (0)