diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-05 09:24:22 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-05 09:24:22 +0530 |
| commit | 266d4829ea61080a8c12853707f074f83f5bf3c7 (patch) | |
| tree | f29749f77936ba59eedeb7a7ad9f275b1fdbe340 /src/libsyntax | |
| parent | 4fb22164a25a90543474d33fd51159e80806c9c5 (diff) | |
| parent | 464069a4bfff2e94cb91c6cc5f0da40bba086bc4 (diff) | |
| download | rust-266d4829ea61080a8c12853707f074f83f5bf3c7.tar.gz rust-266d4829ea61080a8c12853707f074f83f5bf3c7.zip | |
Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnik
I corrected several spelling errors in the external documentation.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 3b7bfb1043a..e00cb82649b 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -595,7 +595,7 @@ pub enum Pat_ { /// An associated const named using the qualified path `<T>::CONST` or /// `<T as Trait>::CONST`. Associated consts from inherent impls can be - /// refered to as simply `T::CONST`, in which case they will end up as + /// referred to as simply `T::CONST`, in which case they will end up as /// PatEnum, and the resolver will have to sort that out. PatQPath(QSelf, Path), |
