Skip to content

Commit

Permalink
Spelling Correction in traits.md (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleLadJr authored Apr 24, 2024
1 parent 8ed3f5c commit 4c55bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bind/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl Export for MyIntEnum {
```
After implementing `FromVariant` and `Export`, running cargo check wouuld result in the following additional error:
After implementing `FromVariant` and `Export`, running `cargo check` would result in the following additional error:
```sh
the trait bound `MyIntEnum: gdnative::prelude::ToVariant` is not satisfied
Expand Down

0 comments on commit 4c55bd4

Please sign in to comment.