From bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Wed, 23 Nov 2022 13:35:33 -0500 Subject: Conding (#834) --- docs/cpp-code-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cpp-code-standards.md') diff --git a/docs/cpp-code-standards.md b/docs/cpp-code-standards.md index 959f9b8..2b2bc70 100644 --- a/docs/cpp-code-standards.md +++ b/docs/cpp-code-standards.md @@ -6,7 +6,7 @@ tableofcontents: 1 ## Intro -### Why are conding standards important? +### Why are coding standards important? It makes it easier for everyone to maintain and read the written code as well as it gives us more control over it. -- cgit