From 609c5c18a10e497a5c5a522a70f4dec30ced8ac8 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Fri, 13 Mar 2015 02:00:28 +0200 Subject: mistake in examples of left/right flanking delims --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 2a6d415..0f39711 100644 --- a/spec.txt +++ b/spec.txt @@ -4611,14 +4611,14 @@ Here are some examples of delimiter runs. _"abc" ``` - - Both right and right-flanking: + - Both left and right-flanking: ``` abc***def "abc"_"def" ``` - - Neither right nor right-flanking: + - Neither left nor right-flanking: ``` abc *** def -- cgit v1.2.3