Skip to content

Commit 4c5d1a4

Browse files
committed
doc comment rewording
1 parent 0ba6038 commit 4c5d1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ pub enum QPath {
10081008
///
10091009
/// UFCS source paths can desugar into this, with `Vec::new` turning into
10101010
/// `<Vec>::new`, and `T::X::Y::method` into `<<<T>::X>::Y>::method`,
1011-
/// the `X` and `Y` nodes being each a `TyPath(QPath::TypeRelative(..))`.
1011+
/// the `X` and `Y` nodes each being a `TyPath(QPath::TypeRelative(..))`.
10121012
TypeRelative(P<Ty>, P<PathSegment>)
10131013
}
10141014

0 commit comments

Comments
 (0)