From 120c1c1d2c29529ac67c1910a4bc336badfc7241 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 21 Mar 2017 21:33:52 -0400 Subject: [PATCH] Fix spelling of implementer --- second-edition/src/appendix-01-keywords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/second-edition/src/appendix-01-keywords.md b/second-edition/src/appendix-01-keywords.md index f1ebc5d10..819251ff7 100644 --- a/second-edition/src/appendix-01-keywords.md +++ b/second-edition/src/appendix-01-keywords.md @@ -32,7 +32,7 @@ or lifetimes. * `pub` - denotes public visibility in struct fields, `impl` blocks, and modules * `ref` - by-reference binding * `return` - return from function -* `Self` - implementor type alias +* `Self` - implementer type alias * `self` - method subject or current module * `static` - global variable or lifetime lasting the entire program execution * `struct` - structure definition