summaryrefslogtreecommitdiff
path: root/HACKING/code-style.md
diff options
context:
space:
mode:
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: