aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-08-20 22:14:08 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-08-20 22:14:08 +0200
commit44f8ae779eb377d5e09fd4f09c8ff57533247ccb (patch)
tree736f48892cc759c9110892e6731a5ea8f9381bad /spec.txt
parent7d9248acc635e46306a148bac1bddbb2b126db68 (diff)
Added closing paren. Fixes #428.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index a2a8df8..15255ec 100644
--- a/spec.txt
+++ b/spec.txt
@@ -9045,7 +9045,7 @@ blocks. But we cannot close unmatched blocks yet, because we may have a
[lazy continuation line].
2. Next, after consuming the continuation markers for existing
-blocks, we look for new block starts (e.g. `>` for a block quote.
+blocks, we look for new block starts (e.g. `>` for a block quote).
If we encounter a new block start, we close any blocks unmatched
in step 1 before creating the new block as a child of the last
matched block.