summaryrefslogtreecommitdiff
path: root/grammar/src/abnf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/src/abnf.rs')
-rw-r--r--grammar/src/abnf.rs4
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