Skip to content

Commit 1b32952

Browse files
Fix typos
1 parent 13a9c18 commit 1b32952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3437-implementable-trait-alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ More experience with those features might unearth better alternatives.
321321
- Better ergonomics compared to purely proc-macro based solutions.
322322
- One alternative is to allow marker traits or auto traits to appear in `+` bounds of implementable aliases.
323323
(For example, `trait Foo = Bar + Send;` could be made implementable). However, this would arguably make implementability rules less intuitive, as the symmetry with `impl` blocks would be broken.
324-
- Another possibility is to require an attribute on implmenentable aliase; e.g. `#[implementable] trait Foo = ...`. This would make the otherwise-subtle implementability rules explicit, but at the cost of cluttering the attribute namespace and adding more complexity to the language.
324+
- Another possibility is to require an attribute on implementable aliases; e.g. `#[implementable] trait Foo = ...`. This would make the otherwise-subtle implementability rules explicit, at the cost of cluttering the attribute namespace.
325325

326326
## What about combining multiple prtimary traits, and their items, into one impl block?
327327

0 commit comments

Comments
 (0)