diff options
| author | Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> | 2022-11-23 13:35:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 19:35:33 +0100 |
| commit | bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee (patch) | |
| tree | 46151e799df8e80a243163378b76603c1303496b | |
| parent | ee7f0010bd3e02acd6592a1e422f275f59abd46e (diff) | |
| download | wiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.tar.gz wiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.tar.bz2 wiki-bf5c78db3e6544e56f1b1fd0f1ab3ca1e86373ee.zip | |
Conding (#834)
| -rw-r--r-- | docs/cpp-code-standards.md | 2 |
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. |
