Skip to content

Commit 4c55bd4

Browse files
authored
Spelling Correction in traits.md (#115)
1 parent 8ed3f5c commit 4c55bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bind/traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl Export for MyIntEnum {
151151
152152
```
153153
154-
After implementing `FromVariant` and `Export`, running cargo check wouuld result in the following additional error:
154+
After implementing `FromVariant` and `Export`, running `cargo check` would result in the following additional error:
155155
156156
```sh
157157
the trait bound `MyIntEnum: gdnative::prelude::ToVariant` is not satisfied

0 commit comments

Comments
 (0)