Skip to content

Commit

Permalink
chore: fix grammar in Cargo.toml (#946)
Browse files Browse the repository at this point in the history
`It's` (possessive) rather than `Its`.
  • Loading branch information
DemoYeti authored Aug 14, 2024
1 parent 342d171 commit 9c80184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand.workspace = true
[features]
default = ["std"]
std = ["borsh/std", "hex/std", "primitive-types/std", "primitive-types/serde", "serde/std", "serde_json/std", "rlp/std"]
# `primitive-types/std` is excluded because its `std` implementation includes a transitive
# `primitive-types/std` is excluded because it's `std` implementation includes a transitive
# dependency on `getrandom` which uses OS call to obtain entropy. Such calls are not
# available in Wasm, therefore we cannot use the `std` implementation of `primitive-types`
# in other Rust contracts.
Expand Down

0 comments on commit 9c80184

Please sign in to comment.