From 572a4c74d6b79a79bc028f5bad93177b7103a731 Mon Sep 17 00:00:00 2001 From: nrnrk Date: Sun, 24 Jul 2022 19:58:14 +0900 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6beb3e38b..60138b088 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ general philosophy of the Idris project, which can be summarised as follows: * Idris *allows* software developers to express invariants of their data and prove properties of programs, but will not *require* them to do so -Many contributions will require acccompanying tests and documentation updates. +Many contributions will require accompanying tests and documentation updates. Bugfixes in particular should be accompanied by tests, to avoid future regressions.