Skip to content

Commit 0244492

Browse files
committed
Update readme with suggestion
1 parent 40f3dca commit 0244492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ unsafe extern "Rust" fn __getrandom_v03_custom(
206206

207207
### Unsupported backend
208208

209-
In some rare scenarios you might be compiling this crate in a constrained
210-
environment (e.g. `wasm32-unknown-unknown`), but this crate's functionality
209+
In some rare scenarios, you might be compiling this crate for an unsupported
210+
target (e.g. `wasm32-unknown-unknown`), but this crate's functionality
211211
is not actually used by your code. If you are confident that `getrandom` is
212212
not used in your project, but it gets pulled nevertheless by one of your
213213
dependencies, then you can enable the `unsupported` backend, which always

0 commit comments

Comments
 (0)