Skip to content

Commit

Permalink
Merge pull request #1399 from chrissimpkins/patch-1
Browse files Browse the repository at this point in the history
implementations.md typo fix
  • Loading branch information
ehuss authored Sep 9, 2023
2 parents effbdc1 + b5ae836 commit cef4aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Examples of constraining situations:
// T constrains by being an argument to GenericTrait.
impl<T> GenericTrait<T> for i32 { /* ... */ }

// T constrains by being an arguement to GenericStruct
// T constrains by being an argument to GenericStruct
impl<T> Trait for GenericStruct<T> { /* ... */ }

// Likewise, N constrains by being an argument to ConstGenericStruct
Expand Down

0 comments on commit cef4aaf

Please sign in to comment.