diff options
Diffstat (limited to 'src/construct/autolink.rs')
-rw-r--r-- | src/construct/autolink.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/autolink.rs b/src/construct/autolink.rs index 21f8fa5..0819f3a 100644 --- a/src/construct/autolink.rs +++ b/src/construct/autolink.rs @@ -27,7 +27,7 @@ //! //! The grammar for autolinks is quite strict and prohibits the use of ASCII control //! characters or spaces. -//! To use non-ascii characters and otherwise impossible characters, in URLs, +//! To use non-ascii characters and otherwise impossible characters in URLs, //! you can use percent encoding: //! //! ```markdown |