From: NeilBrown Date: Fri, 12 Jul 2013 21:12:21 +0000 (+1000) Subject: Fix typo in mdcode.mdc X-Git-Tag: draftparser~17 X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=4de82355f8337ade8740e4fe9be52a353ddd2d0e Fix typo in mdcode.mdc Signed-off-by: NeilBrown --- diff --git a/csrc/mdcode.mdc b/csrc/mdcode.mdc index 1b5d48f..f49ee83 100644 --- a/csrc/mdcode.mdc +++ b/csrc/mdcode.mdc @@ -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`.