summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-07-09 17:54:22 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-07-09 17:54:22 +0100
commitf9d185bb4727298cf6d45927aae460804fd29626 (patch)
tree03b4f3b2d0c144023d877b23bffced28eef6a5eb /crawl-ref/docs
parentfa2d839c13c5669c68d9502c238c9a5424e6e8cd (diff)
downloadcrawl-ref-f9d185bb4727298cf6d45927aae460804fd29626.tar.gz
crawl-ref-f9d185bb4727298cf6d45927aae460804fd29626.zip
Typo fix
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/coding_conventions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/docs/develop/coding_conventions.txt b/crawl-ref/docs/develop/coding_conventions.txt
index d39f234657..fd202674f5 100644
--- a/crawl-ref/docs/develop/coding_conventions.txt
+++ b/crawl-ref/docs/develop/coding_conventions.txt
@@ -260,7 +260,7 @@ use
Place braces as per the conventions above.
Else, whenever if-conditional nesting can't be avoided, always use braces. I
-could't find an example where that isn't already necessary for logical reasons,
+couldn't find an example where that isn't already necessary for logical reasons,
so these should be really rare.
In a row of if-else if-statements or in a switch-case loop, the optional braces