Skip to content

Commit b9aef25

Browse files
committed
update comment
1 parent b2ad1ab commit b9aef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_hir/hir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ pub enum ImplItemKind<'hir> {
18971897
/// An associated constant of the given type, set to the constant result
18981898
/// of the expression.
18991899
Const(&'hir Ty<'hir>, BodyId),
1900-
/// A method implementation with the given signature and body.
1900+
/// An associated function implementation with the given signature and body.
19011901
Fn(FnSig<'hir>, BodyId),
19021902
/// An associated type.
19031903
TyAlias(&'hir Ty<'hir>),

0 commit comments

Comments
 (0)