Update src/libcore/num/dec2flt/mod.rs

Co-Authored-By: frewsxcv <coreyf@rwell.org>
This commit is contained in:
Mazdak Farrokhzad 2018-12-22 09:43:47 -05:00 committed by GitHub
parent 1027dc16b9
commit 55be692eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,9 @@ macro_rules! from_str_float_impl {
///
/// # Grammar
///
/// All strings that adhere to the following EBNF grammar
/// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
///
/// All strings that adhere to the following [EBNF] grammar
/// will result in an [`Ok`] being returned:
///
/// ```txt