diff options
Diffstat (limited to 'grammar/src')
-rw-r--r-- | grammar/src/abnf.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/src/abnf.rs b/grammar/src/abnf.rs index 00bc0b2..eb56819 100644 --- a/grammar/src/abnf.rs +++ b/grammar/src/abnf.rs @@ -1,7 +1,7 @@ //! This file implements the function to read a grammar from a string, //! in the [augmented Backus Naur -//! form][https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form]. -//! See [RFC5234][https://www.rfc-editor.org/rfc/rfc5234] for its +//! form](https://en.wikipedia.org/wiki/Augmented_Backus–Naur_form). +//! See [RFC5234](https://www.rfc-editor.org/rfc/rfc5234) for its //! specifications. //! //! In fact, the rules of ABNF are considered to be too strict. For |