aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-24 10:16:53 +0200
committerGitHub <noreply@github.com>2017-04-24 10:16:53 +0200
commitf1d14f2d154945bf0d50d92d6e9cbbae35c988b7 (patch)
tree3d1b4b613b34606e212599eec25b94acb306ac03
parent9dd1c4645cfa61dd3c77dbe67b16adf8c3306309 (diff)
parenta5f8a57b8eb2c750c3285019c1e7ffd608270174 (diff)
Merge pull request #462 from mgeier/code-span
Clarify that some blocks can contain "code spans"
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index e556200..f930555 100644
--- a/spec.txt
+++ b/spec.txt
@@ -483,7 +483,7 @@ We can think of a document as a sequence of
quotations, lists, headings, rules, and code blocks. Some blocks (like
block quotes and list items) contain other blocks; others (like
headings and paragraphs) contain [inline](@) content---text,
-links, emphasized text, images, code, and so on.
+links, emphasized text, images, code spans, and so on.
## Precedence