diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-12 10:44:33 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-12 10:44:33 +0200 |
commit | e0485409fca79af0b47af15ebdba7a3df5c1d3d2 (patch) | |
tree | 1bc44cf3c11df4e99f555e4efe64facfe786c4c0 /src/construct/autolink.rs | |
parent | 4d6bd4779c082fef900b760e014959a30b16051b (diff) | |
download | markdown-rs-e0485409fca79af0b47af15ebdba7a3df5c1d3d2.tar.gz markdown-rs-e0485409fca79af0b47af15ebdba7a3df5c1d3d2.tar.bz2 markdown-rs-e0485409fca79af0b47af15ebdba7a3df5c1d3d2.zip |
Refactor to improve some module docs
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 |