diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-04 01:33:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-04 01:33:26 -0700 |
commit | 5c4ea37554c471a8b9f00c27be3417253bcc1cde (patch) | |
tree | 7f700900bffd2459948d56910b674e6561c2be21 | |
parent | 44706503a2003c44cfef8015580504b016b016c9 (diff) | |
parent | 8c13424a9fc8e44fa66f501dc6373eed2f355c2d (diff) |
Merge pull request #34 from cebe/patch-1
Fixed some typos in spec.txt
-rw-r--r-- | spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5952,7 +5952,7 @@ references constructed in phase 1. At each point in processing, the document is represented as a tree of **blocks**. The root of the tree is a `document` block. The `document` may have any number of other blocks as **children**. These children -may, in turn, have other blocks a children. The last child of a block +may, in turn, have other blocks as children. The last child of a block is normally considered **open**, meaning that subsequent lines of input can alter its contents. (Blocks that are not open are **closed**.) Here, for example, is a possible document tree, with the open blocks @@ -6045,8 +6045,8 @@ The third line, causes the `paragraph` block to be closed, and a new `list` block opened as a child of the `block_quote`. A `list_item` is also -added as a child of the `list`, and a `paragraph` as a chid of -the `list_item`. The text is then added to the `paragraph`: +added as a child of the `list`, and a `paragraph` as a child of +the `list_item`. The text is then added to the new `paragraph`: ``` tree -> document |