From 59ab5f0d42872e08cbd721321a3f526c395b9d14 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 24 May 2017 13:16:59 -0400 Subject: Tidy the HACKING documentation. --- HACKING/code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING/code-style.md') 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: -- cgit v1.2.2