reposition markdown hyperlink reference
This commit is contained in:
parent
55be692eb8
commit
8af02faab8
@ -129,8 +129,6 @@ macro_rules! from_str_float_impl {
|
||||
///
|
||||
/// # 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:
|
||||
///
|
||||
@ -144,6 +142,8 @@ macro_rules! from_str_float_impl {
|
||||
/// Digit ::= [0-9]
|
||||
/// ```
|
||||
///
|
||||
/// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
|
||||
///
|
||||
/// # Known bugs
|
||||
///
|
||||
/// In some situations, some strings that should create a valid float
|
||||
|
Loading…
Reference in New Issue
Block a user