Skip to content

Commit

Permalink
Fix typo (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpytaylo authored Nov 7, 2024
1 parent a7528c7 commit 44ded6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utoipa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>` )
/// That will produce collision between generics. (eq. `Foo<String>` )
///
/// # Example
///
Expand Down

0 comments on commit 44ded6b

Please sign in to comment.