about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorRustin-Liu <rustin.liu@gmail.com>2020-05-16 14:40:45 +0800
committerRustin-Liu <rustin.liu@gmail.com>2020-05-16 14:40:45 +0800
commit78eb64f35acf2c998c2ea6d9007f18d247d4ce88 (patch)
tree64a174976964ca5a304bb9cb59de7c6ea641181c /src/librustc_error_codes/error_codes
parent163445ac80225090c81e7ff1b185fb5dca52e3b2 (diff)
downloadrust-78eb64f35acf2c998c2ea6d9007f18d247d4ce88.tar.gz
rust-78eb64f35acf2c998c2ea6d9007f18d247d4ce88.zip
Fix typo Arbintrary to Arbitrary
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0307.md2
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 52707b93acc..0d29d56ea1a 100644
--- a/src/librustc_error_codes/error_codes/E0307.md
+++ b/src/librustc_error_codes/error_codes/E0307.md
@@ -64,7 +64,7 @@ impl Trait for Foo {
 }
 ```
 
-The nightly feature [Arbintrary self types][AST] extends the accepted
+The nightly feature [Arbitrary self types][AST] extends the accepted
 set of receiver types to also include any type that can dereference to
 `Self`: