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.
1 parent effbdc1 commit b5ae836Copy full SHA for b5ae836
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