From e267eb67f84416fd0c7ca1c41165089a9c534345 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sun, 13 Oct 2019 13:30:45 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ff789d9..f49324f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Code is automatically formatted using `clang-format`. It take the burdon off of Comments should only be used to: -- Increase readablility (e.g. grouping member variables). +- Increase readability (e.g. grouping member variables). - Containing information that can't be expressed in code. Try to structure your code so that comments are not required.