From e0485409fca79af0b47af15ebdba7a3df5c1d3d2 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 12 Oct 2022 10:44:33 +0200 Subject: Refactor to improve some module docs --- src/construct/autolink.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/construct/autolink.rs') 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 -- cgit