aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-13 12:31:16 -0700
committerGitHub <noreply@github.com>2016-07-13 12:31:16 -0700
commit3c7826382dd8907ba12a00c38f4f254d77e83e0a (patch)
tree3cbc8f5b7cc3a5e829f87aa4e82c9b73b41782dc /spec.txt
parent005fc58fa001d463f86c33eafe88d78cdf113dde (diff)
parenta10f456b874b01b8d55e8be42d95c9f36c62e5bd (diff)
Merge pull request #417 from neongreen/patch-1
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 6122e96..ba59012 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.)