summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-16 10:41:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-16 10:41:30 -0700
commit6326bc748c8f5f225d82c01fe6763776f2bbd88e (patch)
tree3e4d3eaeea27ac06b577beee5b22874c9e465b26
parentcc648f90eb5650373bbc0a8b72526475c35322e3 (diff)
parent9c08b31793f269e4b5902908282034618ee66eef (diff)
Merge pull request #124 from rlidwka/patch-1
typo fix
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 4a9e9fd..40d04f2 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4030,7 +4030,7 @@ for efficient parsing strategies that do not backtrack:
(a) it is not part of a sequence of four or more unescaped `_`s,
(b) it is not followed by whitespace,
- (c) is is not preceded by an ASCII alphanumeric character, and
+ (c) it is not preceded by an ASCII alphanumeric character, and
(d) either it is not followed by a `_` character or it is
followed immediately by strong emphasis.