aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Coopman <thomas.coopman@gmail.com>2015-02-28 22:27:53 +0100
committerThomas Coopman <thomas.coopman@gmail.com>2015-02-28 22:27:53 +0100
commit943f21c4220400e8c2c10a25c12537694d868e9b (patch)
tree8f82fd8dc34bb065d49c5573a177c383baf77127
parentc2a6838f3943afd81cdcab02629c79d61ac3a30b (diff)
downloadmal-943f21c4220400e8c2c10a25c12537694d868e9b.tar.gz
mal-943f21c4220400e8c2c10a25c12537694d868e9b.zip
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,