diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-21 10:51:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 10:51:34 -0700 |
commit | 4ce0394545db9fb0fe84f8daad7708de147ff112 (patch) | |
tree | 7b78114f26ce9c3d200ee4042b6106ab663ac7b9 | |
parent | 569b01abe486ae2d6677c9ba8b9aea04637cdd91 (diff) | |
parent | 6bfb242aade8edaa8b0a6988dee6f0bf28c9647a (diff) |
Merge pull request #419 from robinst/patch-4
Fix missing closing paren typo
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6557,7 +6557,7 @@ Note that in the preceding case, the interpretation is precluded by the condition that a delimiter that -can both open and close (like the `*` after `foo` +can both open and close (like the `*` after `foo`) cannot form emphasis if the sum of the lengths of the delimiter runs containing the opening and closing delimiters is a multiple of 3. |