aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-08-07 00:06:34 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-08-07 00:06:34 +0200
commitaf9548acaa27f5e6335be46c597f35dde8b85fd1 (patch)
treee54d1ea5bed1db03fe458300bf9e9db8ce5cb557 /spec.txt
parent4ce0394545db9fb0fe84f8daad7708de147ff112 (diff)
Removed duplicate reference to "container block".
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 3de3ca1..5ef3849 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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.