diff --git a/library/core/src/num/mod.rs b/library/core/src/num/mod.rs index f481399fdcf..72b6dc28185 100644 --- a/library/core/src/num/mod.rs +++ b/library/core/src/num/mod.rs @@ -623,7 +623,7 @@ impl u8 { /// /// - U+0021 ..= U+002F `! " # $ % & ' ( ) * + , - . /`, or /// - U+003A ..= U+0040 `: ; < = > ? @`, or - /// - U+005B ..= U+0060 ``[ \ ] ^ _ ` ``, or + /// - U+005B ..= U+0060 `` [ \ ] ^ _ ` ``, or /// - U+007B ..= U+007E `{ | } ~` /// /// # Examples