We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents effbdc1 + b5ae836 commit cef4aafCopy full SHA for cef4aaf
src/items/implementations.md
@@ -205,7 +205,7 @@ Examples of constraining situations:
205
// T constrains by being an argument to GenericTrait.
206
impl<T> GenericTrait<T> for i32 { /* ... */ }
207
208
-// T constrains by being an arguement to GenericStruct
+// T constrains by being an argument to GenericStruct
209
impl<T> Trait for GenericStruct<T> { /* ... */ }
210
211
// Likewise, N constrains by being an argument to ConstGenericStruct
0 commit comments