diff options
author | 2021-07-09 00:06:25 +0300 | |
---|---|---|
committer | 2021-07-09 00:06:25 +0300 | |
commit | c1ad8468166ae7bc37d7293b7ad724a329b9f8a2 (patch) | |
tree | a8d1b1d3047c3eeb7b4bf08813c2528033a2cfa0 /pydis_site | |
parent | Use better wording for head explosion question (diff) |
Add missing comma
Co-authored-by: Numerlor <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/the-code-style-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html index be022ffc..07823f6f 100644 --- a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html +++ b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html @@ -220,7 +220,7 @@ <h3>Comments</h3> <p> - Comments are really important because they help everyone understand, what code does. + Comments are really important because they help everyone understand what code does. But as important as having comments is keeping them up-to-date. Out-to-date, wrong comments confuse readers. </p> |