summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-06 09:13:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-06 09:13:15 -0700
commitb44fad1d62311f81f38997b548b466a219ae59c6 (patch)
tree908cf71c3f3fb22a0adff66ff53aae352c2b23a6 /spec.txt
parent78a54ca1f002dc6386a947ad2b82e737ab09a1e7 (diff)
parentefc3e5d7a234587c79ac847213437f936de2499b (diff)
Merge pull request #143 from aJanuary/patch-1
Changes append to prepend
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 c9d207a..bc2e381 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2010,7 +2010,7 @@ The following rules define [block quotes](#block-quote):
<a id="block-quote"></a>
1. **Basic case.** If a string of lines *Ls* constitute a sequence
- of blocks *Bs*, then the result of appending a [block quote
+ of blocks *Bs*, then the result of prepending a [block quote
marker](#block-quote-marker) to the beginning of each line in *Ls*
is a [block quote](#block-quote) containing *Bs*.