doc: Fix typo

This commit is contained in:
Xiretza
2023-01-01 03:07:58 +01:00
committed by GitHub
parent 0f9a044e15
commit 618a042f9d
+1 -1
View File
@@ -1,7 +1,7 @@
//! **heck** is a case conversion library.
//!
//! This library exists to provide case conversion between common cases like
//! CamelCase and snake_case. It is intended to be unicode aware, internally,
//! CamelCase and snake_case. It is intended to be unicode aware, internally
//! consistent, and reasonably well performing.
//!
//! ## Definition of a word boundary