diff options
author | Andrew January <andrewjanuary@gmail.com> | 2014-09-29 13:12:29 +0100 |
---|---|---|
committer | Andrew January <andrewjanuary@gmail.com> | 2014-09-29 13:12:29 +0100 |
commit | efc3e5d7a234587c79ac847213437f936de2499b (patch) | |
tree | 7e36aab0b9aee0df5610113ff188df9dea520743 | |
parent | c006aececef112f61dd44cad43f0596221f29700 (diff) |
Changes append to prepend
When adding something to the beginning it is "prepending", not "appending"
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*. |