summaryrefslogtreecommitdiff
path: root/HACKING/code-style.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-24 13:16:59 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-24 13:16:59 -0400
commit59ab5f0d42872e08cbd721321a3f526c395b9d14 (patch)
treefcbc3eff5ee1479480436ed747f5f75b6044c8fd /HACKING/code-style.md
parent5b417dd20f576ce36fe9150f03b16aeca1bfbf95 (diff)
Tidy the HACKING documentation.
Diffstat (limited to 'HACKING/code-style.md')
-rw-r--r--HACKING/code-style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING/code-style.md b/HACKING/code-style.md
index 077bc49..601ead1 100644
--- a/HACKING/code-style.md
+++ b/HACKING/code-style.md
@@ -35,7 +35,7 @@ should be
Of course, if the upper bound is a variable, the C-like syntax is
the better option, as otherwise you would have to use `seq` (calling
-an external), or `eval` (gross, easy to mess up royally).
+an external), or `eval` (gross, easy to mess up).
Indent comments like you would code; don't leave them at the beginning
of the line. Example: