Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 22, 2024
1 parent f287cde commit 8d2b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/noir/concepts/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ fn main() {

### Associated Types and Constants

Traits also support associated types and constaints which can be thought of as additional generics that are referred to by name.
Traits also support associated types and constraints which can be thought of as additional generics that are referred to by name.

Here's an example of a trait with an associated type `Foo` and a constant `Bar`:

Expand Down

0 comments on commit 8d2b4a3

Please sign in to comment.