From 4de82355f8337ade8740e4fe9be52a353ddd2d0e Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 13 Jul 2013 07:12:21 +1000 Subject: [PATCH] Fix typo in mdcode.mdc Signed-off-by: NeilBrown --- csrc/mdcode.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.43.0