aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScottAbbey <ScottAbbey@users.noreply.github.com>2017-04-05 15:59:46 -0500
committerGitHub <noreply@github.com>2017-04-05 15:59:46 -0500
commit3bc01c5dc171eb4e5587da1f5d53b14d81347f76 (patch)
treee077959ffcada0ecaaf84aa6a232ac35b3c56cad
parentf3ceed3013a6b719af91dc3323f3888e9dbe8406 (diff)
Fix typo and clarify expansion
I guess this would have passed a spell checker since *theses* is the plural of *thesis*. Listing the number of spaces the first tab is expanded into reduces the cognitive load required to figure out why the next line talks about six spaces.
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 8353a5f..e556200 100644
--- a/spec.txt
+++ b/spec.txt
@@ -404,8 +404,8 @@ as indentation with four spaces would:
Normally the `>` that begins a block quote may be followed
optionally by a space, which is not considered part of the
content. In the following case `>` is followed by a tab,
-which is treated as if it were expanded into spaces.
-Since one of theses spaces is considered part of the
+which is treated as if it were expanded into three spaces.
+Since one of these spaces is considered part of the
delimiter, `foo` is considered to be indented six spaces
inside the block quote context, so we get an indented
code block starting with two spaces.