]> ocean-lang.org Git - ocean/commitdiff
Fix typo in mdcode.mdc
authorNeilBrown <neilb@suse.de>
Fri, 12 Jul 2013 21:12:21 +0000 (07:12 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 12 Jul 2013 21:12:21 +0000 (07:12 +1000)
Signed-off-by: NeilBrown <neilb@suse.de>
csrc/mdcode.mdc

index 1b5d48f4b34248717593635162b75be7151a2cb6..f49ee83e6775d5441ee05385385bae67ba198914 100644 (file)
@@ -770,7 +770,7 @@ If the first line of a code block is indented, then either one tab or
 
 This could go wrong if the first line of a code block marked by
 _`` ``` ``_ is indented.  To overcome this we would need to
-record someextra state in each `code_node`.  For now we won't bother.
+record some extra state in each `code_node`.  For now we won't bother.
 
 The indents we insert will all be spaces.  This might not work well
 for `Makefiles`.