summaryrefslogtreecommitdiff
path: root/docs/cpp-code-standards.md
diff options
context:
space:
mode:
authorBenjamin Jackson <38561765+heyitsbench@users.noreply.github.com>2022-11-23 13:35:33 -0500
committerGitHub <noreply@github.com>2022-11-23 19:35:33 +0100
commitbf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee (patch)
tree46151e799df8e80a243163378b76603c1303496b /docs/cpp-code-standards.md
parentee7f0010bd3e02acd6592a1e422f275f59abd46e (diff)
downloadwiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.tar.gz
wiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.tar.bz2
wiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.zip
Conding (#834)
Diffstat (limited to 'docs/cpp-code-standards.md')
-rw-r--r--docs/cpp-code-standards.md2
1 files changed, 1 insertions, 1 deletions
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.