aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-13 15:43:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-13 15:43:59 -0700
commitfb5e388d56741b2893c27f65a38ac19bb8b63955 (patch)
tree594351ca111640062e92ad0839c866aee2355f42
parent8d0d7b657cd6716908401c3346d2e4e9371b8837 (diff)
parent609c5c18a10e497a5c5a522a70f4dec30ced8ac8 (diff)
Merge pull request #311 from zudov/patch-1
mistake in examples of left/right flanking delims
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
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