about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-16 12:43:08 +0200
committerGitHub <noreply@github.com>2020-05-16 12:43:08 +0200
commite43dd47db2192a492f1f2124752b4039d655880b (patch)
tree7889464e60f43b0aa154d572be10f9ba81e64707
parent25c91ea20673117e80b1fb8fb1b5bbf227747f68 (diff)
parent78eb64f35acf2c998c2ea6d9007f18d247d4ce88 (diff)
downloadrust-e43dd47db2192a492f1f2124752b4039d655880b.tar.gz
rust-e43dd47db2192a492f1f2124752b4039d655880b.zip
Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay
Fix typo Arbintrary to Arbitrary

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

Closes #72122.
-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`: