diff options
author | Johel Ernesto Guerrero Peña <johelegp@gmail.com> | 2019-06-05 00:00:41 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-06-05 00:00:41 -0400 |
commit | 3991f0557687a2a7bb89bc7ce971918064bb1fc9 (patch) | |
tree | eadb706d53815c4c48ac2eea5f420839f6650e05 | |
parent | 5acccafe171778a0b1e2c0092cba6fd629043a6d (diff) |
Clarify language for backtick code spans (#589)
"These" may be clearer than "the" in cases where code span
contains internal strings of backticks.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]. |