diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-08-07 00:06:34 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-08-07 00:06:34 +0200 |
commit | af9548acaa27f5e6335be46c597f35dde8b85fd1 (patch) | |
tree | e54d1ea5bed1db03fe458300bf9e9db8ce5cb557 | |
parent | 4ce0394545db9fb0fe84f8daad7708de147ff112 (diff) |
Removed duplicate reference to "container block".
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1985,7 +1985,7 @@ by their start and end conditions. The block begins with a line that meets a [start condition](@) (after up to three spaces optional indentation). It ends with the first subsequent line that meets a matching [end condition](@), or the last line of -the document or other [container block](@), if no line is encountered that meets the +the document or other [container block]), if no line is encountered that meets the [end condition]. If the first line meets both the [start condition] and the [end condition], the block will contain just that line. |