diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-16 09:10:50 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-16 09:10:50 -0700 |
commit | b020bff3aa8bbfcc9ec213f0c2a82c06d3286239 (patch) | |
tree | 3fe827daf159a41bebed92f82e89830ec418cc48 | |
parent | aced8cde69ccabfc9690bf01792612c5ffb40567 (diff) |
Fixed alignment in flankingness examples (cosmetic).
-rw-r--r-- | spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" ``` |