We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed3f5c commit 4c55bd4Copy full SHA for 4c55bd4
src/bind/traits.md
@@ -151,7 +151,7 @@ impl Export for MyIntEnum {
151
152
```
153
154
-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:
155
156
```sh
157
the trait bound `MyIntEnum: gdnative::prelude::ToVariant` is not satisfied
0 commit comments