mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-19 14:17:51 +02:00
Fix typo in associated-types.md (#1887)
A minor nitpick, but as someone new to the language I did spend a bit more time than I'd like to admit trying to understand the meaning of `allow` before realizing this is likely a typo. Maybe I still don't understand, and in that case I'd appreciate a correction!
This commit is contained in:
parent
97ac0e7caf
commit
3ac3b301bc
@ -1,6 +1,6 @@
|
||||
# Associated Types
|
||||
|
||||
Associated types allow are placeholder types which are filled in by the trait
|
||||
Associated types are placeholder types which are filled in by the trait
|
||||
implementation.
|
||||
|
||||
```rust,editable
|
||||
|
Loading…
x
Reference in New Issue
Block a user