commit 5032e8d3d90b428faacfc23f31781dd7c714d497
parent 7ff4a42407ba00629db951113f525ef165575322
Author: Noah Altunian <noah@altun.cc>
Date: Thu, 1 Jun 2023 20:23:36 -0700
haredoc: update man page wording to be more clear
Signed-off-by: Noah Altunian <noah@altun.cc>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/haredoc.scd b/docs/haredoc.scd
@@ -42,7 +42,7 @@ whitespace will be collapsed. To begin a new paragraph, insert an empty line.
Links to Hare symbols may be written in brackets, like this: [[os::stdout]]. A
bulleted list can be started by opening a line with "-". To complete the list,
insert an empty line. Code samples may be used by using more than one space
-character at the start of a line (a tab character counts as 8 indents).
+character at the start of a line (a tab character counts as 8 spaces).
This markup language is extracted from Hare comments preceding exported symbols
in your source code, and from a file named "README" in your module directory, if