From db6d969693e42bc9b52a4bd3ae91e93dd9dfec81 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Wed, 2 Mar 2016 09:25:17 +0800 Subject: [PATCH] update errata --- appendix/appendix-a-errata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix/appendix-a-errata.md b/appendix/appendix-a-errata.md index c88012c..e4ea99b 100644 --- a/appendix/appendix-a-errata.md +++ b/appendix/appendix-a-errata.md @@ -37,7 +37,7 @@ **p.75, ¶4:** for "%u", read "%o". (Thanks to William Hannish, 2015-12-21.) -**p.76:** the comment `// "time.Duration 5ms0s` should have a closing double-quotation mark. (Corrected in the second printing.) +**p.76:** the comment `// "time.Duration 5m0s` should have a closing double-quotation mark. (Corrected in the second printing.) **p.79, ¶4:** "When an untyped constant is assigned to a variable, as in the first statement below, or appears on the right-hand side of a variable declaration with an explicit type, as in the other three statements, ..." has it backwards: the first statement is a declaration; the other three are assignments. (Thanks to Yoshiki Shibata, 2015-11-09. Corrected in the third printing.)