diff --git a/utoipa/src/lib.rs b/utoipa/src/lib.rs index 7c9d6662..25963d94 100644 --- a/utoipa/src/lib.rs +++ b/utoipa/src/lib.rs @@ -373,7 +373,7 @@ pub trait ToSchema: PartialSchema { /// The default implementation naively takes the TypeName by removing /// the module path and generic elements. /// But you probably don't want to use the default implementation for generic elements. - /// That will produce coliision between generics. (eq. `Foo` ) + /// That will produce collision between generics. (eq. `Foo` ) /// /// # Example ///