From 7139021e0540d8e7646ff018361bebed7ccbf0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Cruz?= Date: Mon, 2 Nov 2020 21:23:14 +0100 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b838fa35e..f7cf8c50e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ New features should have unit tests. It is appreciated if bugfixes have unit tests, as well. Wrappers in a new language absolutely must have at least some superficial tests (it is not necessary to deeply test the underlying functionality in each language). Adding a wrapper implies that -you're prepare to maintain that wrapper; if you can't maintain it, the wrapper +you're prepared to maintain that wrapper; if you can't maintain it, the wrapper will likely be removed. Escape sequences available from terminfo must not be hard-coded. Routines must