summaryrefslogtreecommitdiff
path: root/basewiki/helponformatting.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'basewiki/helponformatting.mdwn')
-rw-r--r--basewiki/helponformatting.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/basewiki/helponformatting.mdwn b/basewiki/helponformatting.mdwn
index 3b6258a7f..4e5661b16 100644
--- a/basewiki/helponformatting.mdwn
+++ b/basewiki/helponformatting.mdwn
@@ -40,7 +40,7 @@ To quote someone, prefix the quote with ">":
> To be or not to be,
> that is the question.
-To write a code block, indent each line with a tab or 8 spaces:
+To write a code block, indent each line with a tab or 4 spaces:
10 PRINT "Hello, world!"
20 GOTO 10