Skip to content

Commit 55be692

Browse files
Centrilfrewsxcv
andauthored
Update src/libcore/num/dec2flt/mod.rs
Co-Authored-By: frewsxcv <[email protected]>
1 parent 1027dc1 commit 55be692

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libcore/num/dec2flt/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ macro_rules! from_str_float_impl {
129129
///
130130
/// # Grammar
131131
///
132-
/// All strings that adhere to the following EBNF grammar
132+
/// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
133+
///
134+
/// All strings that adhere to the following [EBNF] grammar
133135
/// will result in an [`Ok`] being returned:
134136
///
135137
/// ```txt

0 commit comments

Comments
 (0)