diff --git a/serde_test/src/configure.rs b/serde_test/src/configure.rs index bb6c17f4..bec5f063 100644 --- a/serde_test/src/configure.rs +++ b/serde_test/src/configure.rs @@ -9,7 +9,7 @@ pub struct Readable(T); #[derive(Debug, PartialEq, Eq, PartialOrd, Ord)] pub struct Compact(T); -/// Trait which lets values mark wheter they should serialize or deserialize to or from their +/// Trait which lets values mark whether they should serialize or deserialize to or from their /// human-readable or compact representation. /// /// ```