aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-16 09:10:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-16 09:10:50 -0700
commitb020bff3aa8bbfcc9ec213f0c2a82c06d3286239 (patch)
tree3fe827daf159a41bebed92f82e89830ec418cc48
parentaced8cde69ccabfc9690bf01792612c5ffb40567 (diff)
Fixed alignment in flankingness examples (cosmetic).
-rw-r--r--spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index c44fbc2..89bee15 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4605,8 +4605,8 @@ Here are some examples of delimiter runs.
- right-flanking but not left-flanking:
```
- abc***
- abc_
+ abc***
+ abc_
"abc"**
"abc"_
```
@@ -4614,7 +4614,7 @@ Here are some examples of delimiter runs.
- Both left and right-flanking:
```
- abc***def
+ abc***def
"abc"_"def"
```