From 943f21c4220400e8c2c10a25c12537694d868e9b Mon Sep 17 00:00:00 2001 From: Thomas Coopman Date: Sat, 28 Feb 2015 22:27:53 +0100 Subject: small typo --- process/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process') 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, -- cgit v1.2.3