From b0accb11f1aade55e9fc4dc0a1c1d1b8362ab5d9 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 22 Jun 2022 16:41:04 +0200 Subject: Add docs on encoding to definition, destination --- src/construct/autolink.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/construct/autolink.rs') diff --git a/src/construct/autolink.rs b/src/construct/autolink.rs index 84c483d..33cb3f0 100644 --- a/src/construct/autolink.rs +++ b/src/construct/autolink.rs @@ -23,8 +23,8 @@ //! The maximum allowed size of a domain is `63` (inclusive), which is defined //! in [`AUTOLINK_DOMAIN_SIZE_MAX`][autolink_domain_size_max]. //! -//! The grammar for autolinks is quite strict and requires ASCII to be used -//! (without, for example, spaces). +//! 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, //! you can use percent encoding: //! -- cgit