From 43edc8fc9d204da962c92b9f9fef45ac8b6b03da Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 11 Oct 2022 14:01:01 +0200 Subject: Add some missing internal docs --- src/util/char.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/char.rs') diff --git a/src/util/char.rs b/src/util/char.rs index cfaacd5..b902fbe 100644 --- a/src/util/char.rs +++ b/src/util/char.rs @@ -1,4 +1,4 @@ -//! Deal with byte and chars and kinds. +//! Deal with bytes, chars, and kinds. use crate::util::unicode::PUNCTUATION; use alloc::{ -- cgit