diff options
author | Artyom <yom@artyom.me> | 2016-07-12 16:41:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 16:41:12 +0300 |
commit | a10f456b874b01b8d55e8be42d95c9f36c62e5bd (patch) | |
tree | cccec550e404bd56336098a59d76ebfc58e28df3 | |
parent | 84e88cbb22d9220a80e144b15ba4786659f94778 (diff) |
Fix a typo in the spec
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |