summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorAndrew January <andrewjanuary@gmail.com>2014-09-29 13:12:29 +0100
committerAndrew January <andrewjanuary@gmail.com>2014-09-29 13:12:29 +0100
commitefc3e5d7a234587c79ac847213437f936de2499b (patch)
tree7e36aab0b9aee0df5610113ff188df9dea520743 /spec.txt
parentc006aececef112f61dd44cad43f0596221f29700 (diff)
Changes append to prepend
When adding something to the beginning it is "prepending", not "appending"
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 fce8792..b89105f 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*.