diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-10-28 23:22:05 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-10-28 23:22:05 -0700 |
commit | 4d472fe09784b047964fa3c7aad197c0f7ef5480 (patch) | |
tree | ce846bcf3dcf0d1e24a4ed07836fcce8137e4cce /doc | |
parent | 96aa84cdbe397910f532f8c802c8de9825e49c59 (diff) | |
download | mc-4d472fe09784b047964fa3c7aad197c0f7ef5480.tar.gz |
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lang.txt b/doc/lang.txt index 92d03ff..7bcc489 100644 --- a/doc/lang.txt +++ b/doc/lang.txt @@ -194,7 +194,7 @@ TABLE OF CONTENTS: Multiple consecutive string literals are implicitly merged to create a single combined string literal. To allow a string literal to span - across multiple lines, the new line characters must be be escaped. + across multiple lines, the new line characters must be escaped. eg: "foo" \ "bar" |