diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-11-27 15:28:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 15:28:53 -0600 |
| commit | 999fd561ba277835b1f20a6f28dd5b56d25a445c (patch) | |
| tree | ccc8b7e1b93255dfc72916e519e3216868124183 /src/librustc_error_codes/error_codes | |
| parent | d1cc4c3096bc8b6c49bc323673ed34e11535772e (diff) | |
| parent | 16fabd8efd416a8b957e369b8be2470e1271af9e (diff) | |
| download | rust-999fd561ba277835b1f20a6f28dd5b56d25a445c.tar.gz rust-999fd561ba277835b1f20a6f28dd5b56d25a445c.zip | |
Rollup merge of #66798 - bwignall:typo, r=varkor
Fix spelling typos Should be non-semantic. Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos.
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0307.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0307.md b/src/librustc_error_codes/error_codes/E0307.md index c382f406e4b..1779e5dbb30 100644 --- a/src/librustc_error_codes/error_codes/E0307.md +++ b/src/librustc_error_codes/error_codes/E0307.md @@ -1,5 +1,5 @@ This error indicates that the `self` parameter in a method has an invalid -"reciever type". +"receiver type". Methods take a special first parameter, of which there are three variants: `self`, `&self`, and `&mut self`. These are syntactic sugar for |
