From: Mazdak Farrokhzad Date: Sat, 22 Dec 2018 14:43:47 +0000 (-0500) Subject: Update src/libcore/num/dec2flt/mod.rs X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=55be692eb8c2facf78892cdafbb898c375be0b94;p=rust.git Update src/libcore/num/dec2flt/mod.rs Co-Authored-By: frewsxcv --- diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs index 804e5f5e521..8bde41fefd5 100644 --- a/src/libcore/num/dec2flt/mod.rs +++ b/src/libcore/num/dec2flt/mod.rs @@ -129,7 +129,9 @@ impl FromStr for $t { /// /// # 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