diff --git a/harfbuzz-traits/src/lib.rs b/harfbuzz-traits/src/lib.rs index 1010ec13..5d865421 100644 --- a/harfbuzz-traits/src/lib.rs +++ b/harfbuzz-traits/src/lib.rs @@ -9,7 +9,7 @@ //! # harfbuzz-traits //! -//! This crate provides traits for the `harfbuzz` crate that can be implememted without +//! This crate provides traits for the `harfbuzz` crate that can be implemented without //! depending on [HarfBuzz](https://harfbuzz.github.io/) itself. #![no_std]