Skip to content

Commit

Permalink
Fix typo in From docs (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robrisi authored Jan 26, 2022
1 parent 7121889 commit 287f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/from.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum MyEnum {
NoFromImpl(i64),
}

// Or explicitly annotate the once you need
// Or explicitly annotate the ones you need
#[derive(From, PartialEq)]
enum MyEnum2 {
#[from]
Expand Down

0 comments on commit 287f46c

Please sign in to comment.