aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2016-07-12 16:41:12 +0300
committerGitHub <noreply@github.com>2016-07-12 16:41:12 +0300
commita10f456b874b01b8d55e8be42d95c9f36c62e5bd (patch)
treecccec550e404bd56336098a59d76ebfc58e28df3 /spec.txt
parent84e88cbb22d9220a80e144b15ba4786659f94778 (diff)
Fix a typo in the spec
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 945403f..d4436f0 100644
--- a/spec.txt
+++ b/spec.txt
@@ -340,7 +340,7 @@ in contexts where whitespace helps to define block structure,
tabs behave as if they were replaced by spaces with a tab stop
of 4 characters.
-Thus, for exmaple, a tab can be used instead of four spaces
+Thus, for example, a tab can be used instead of four spaces
in an indented code block. (Note, however, that internal
tabs are passed through as literal tabs, not expanded to
spaces.)