From ca4b223a27126d513121eb58071b4fe9dbdec00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20=E2=80=9Cweej=E2=80=9D=20Jones?= Date: Wed, 17 Aug 2016 16:13:55 +0100 Subject: [PATCH] Typo "intelligible" --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 284f2e6..ed699e5 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -16772,7 +16772,7 @@ Verbosity slows down understanding and makes the code harder to read by spreadin ##### Note -Use intelliglble English. +Use intelligible English. I may be fluent in Danish, but most programmers are not; the maintainers of my code may not be. Avoid SMS lingo and watch your grammer, punctuation, and capitalization. Aim for professionalism, not "cool."