aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-20 10:46:07 -0600
committerGitHub <noreply@github.com>2016-06-20 10:46:07 -0600
commit47c27a07ce9d823114fecbaa01ebcc787c80db57 (patch)
tree11f4cfb712299bb386cc5ccf16736502b2982631
parent4688d201c33d9bc6840eeb61fb87bd62c2984f33 (diff)
parent3124090cc2f84d8e82194061a61e4b420bdd2fcc (diff)
Merge pull request #407 from samestep/master
Fix typos
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 5f712ff..0b1b3a5 100644
--- a/spec.txt
+++ b/spec.txt
@@ -3370,7 +3370,7 @@ To see why, note that in
the `- bar` is indented too far to start a list, and can't
be an indented code block because indented code blocks cannot
-interrupt paragraphs, so it is a [paragraph continuation line].
+interrupt paragraphs, so it is a paragraph continuation line.
A block quote can be empty:
@@ -7956,7 +7956,7 @@ consists of a [link label] that [matches] a
[link reference definition] elsewhere in the
document and is not followed by `[]` or a link label.
The contents of the first link label are parsed as inlines,
-which are used as the link's text. the link's URI and title
+which are used as the link's text. The link's URI and title
are provided by the matching link reference definition.
Thus, `[foo]` is equivalent to `[foo][]`.