aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-02-28 16:27:57 -0600
committerJoel Martin <github@martintribe.org>2015-02-28 16:27:57 -0600
commit2cb013877c4ed41d245ce7c5525405c4833c503d (patch)
tree1b95e374b59081a2505b38baadf1e69688440f42
parentf6c83b2b802ef540afcdeccdee76f006629737bd (diff)
parent943f21c4220400e8c2c10a25c12537694d868e9b (diff)
downloadmal-2cb013877c4ed41d245ce7c5525405c4833c503d.tar.gz
mal-2cb013877c4ed41d245ce7c5525405c4833c503d.zip
Merge pull request #16 from tcoopman/patch-1
small typo
-rw-r--r--process/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/guide.md b/process/guide.md
index c91c81a..6c6887c 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -352,7 +352,7 @@ and each step will give progressively more bang for the buck.
* Add support for the other basic data type to your reader and printer
functions: string, nil, true, and false. These become mandatory at
step 4. When a string is read, a slash followed by a doublequote is
- translatd into a plain doublequote character and a slash followed by
+ translated into a plain doublequote character and a slash followed by
"n" is translated into a newline. To properly print a string (for
step 4 string functions), the `pr_str` function needs another
parameter called `print_readably`. When `print_readably` is true,