Fix typo in pull request template. (#4712)

This commit is contained in:
Jim Blandy 2023-11-17 11:59:20 -08:00 committed by GitHub
parent a34e39ad2f
commit 15f49fbb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,5 @@ person(s) who reviewed your changes. This will make sure it gets re-added to the
- [ ] Run `cargo clippy`. If applicable, add: - [ ] Run `cargo clippy`. If applicable, add:
- [ ] `--target wasm32-unknown-unknown` - [ ] `--target wasm32-unknown-unknown`
- [ ] `--target wasm32-unknown-emscripten` - [ ] `--target wasm32-unknown-emscripten`
- [ ] Run `cargo xtask run` to run tests. - [ ] Run `cargo xtask test` to run tests.
- [ ] Add change to `CHANGELOG.md`. See simple instructions inside file. - [ ] Add change to `CHANGELOG.md`. See simple instructions inside file.