diff options
author | Robin Stocker <robin@nibor.org> | 2016-07-21 16:31:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 16:31:50 +0200 |
commit | 6bfb242aade8edaa8b0a6988dee6f0bf28c9647a (patch) | |
tree | 7b78114f26ce9c3d200ee4042b6106ab663ac7b9 | |
parent | 569b01abe486ae2d6677c9ba8b9aea04637cdd91 (diff) |
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. |