Fix spelling errors in documentation.
This commit is contained in:
parent
a979efc2f9
commit
464069a4bf
8 changed files with 9 additions and 9 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue