summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohel Ernesto Guerrero Peña <johelegp@gmail.com>2019-06-01 15:09:11 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-01 15:09:11 -0400
commit8181cd0f134dff7e400ba93b5039089b113b0d3c (patch)
tree43f5b0b73d04efd18944390b51a91967c09b3c13 /test
parentf4895a6c6275c807415c3105db6cba325d579b83 (diff)
Clarify which backtick strings (#301)
A code span can have more than its two surrounding ones, like ` `` `.
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 3913de4..a09394e 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -5854,7 +5854,7 @@ preceded nor followed by a backtick.
A [code span](@) begins with a backtick string and ends with
a backtick string of equal length. The contents of the code span are
-the characters between the two backtick strings, normalized in the
+the characters between these two backtick strings, normalized in the
following ways:
- First, [line endings] are converted to [spaces].