Finite state machines in rust; bendns fork to add types.
meta: fix cargo-test misspelling in PR template
| -rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fa75d62..406952c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,5 +8,5 @@ - [ ] `CHANGELOG.md` is updated. - [ ] `cargo-fmt` done. - [ ] `cargo-clippy` done. -- [ ] `cargp-test` done. +- [ ] `cargo-test` done. - [ ] The new changes are sufficiently tested. |