mirror of
https://github.com/rust-lang/book.git
synced 2026-09-15 05:29:45 -04:00
Fix spelling of implementer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user