Finite state machines in rust; bendns fork to add types.
meta: fix cargo-test misspelling in PR template
CosminPerRam 8 months ago
parent 9416d37 · commit d1e342d
-rw-r--r--.github/pull_request_template.md2
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.