diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2019-12-20 17:02:39 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-20 17:02:39 +0530 |
| commit | dce0f06f953d4f0f46cc7ca108c55f326febc790 (patch) | |
| tree | 585b898ddc2a99d589fc2ed77ad5c24789ad7fcc /src/librustc_error_codes | |
| parent | 7f0741db9e521355ab732601f4ab53d586748ad1 (diff) | |
| download | rust-dce0f06f953d4f0f46cc7ca108c55f326febc790.tar.gz rust-dce0f06f953d4f0f46cc7ca108c55f326febc790.zip | |
Update E0121.md
Diffstat (limited to 'src/librustc_error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0121.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0121.md b/src/librustc_error_codes/error_codes/E0121.md index 6c20b2803cb..06fe396d50d 100644 --- a/src/librustc_error_codes/error_codes/E0121.md +++ b/src/librustc_error_codes/error_codes/E0121.md @@ -1,4 +1,4 @@ -The type placeholder `_` was used withing a type on an item's signature. +The type placeholder `_` was used within a type on an item's signature. Erroneous code example: |
