Skip to content

Commit 96e3c2c

Browse files
authored
fix typo
1 parent ecdea9e commit 96e3c2c

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_typeck/src/method

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/method/probe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ impl<'a, 'tcx> ProbeContext<'a, 'tcx> {
19351935
}
19361936
}
19371937

1938-
/// Determine if the associated item withe the given DefId matches
1938+
/// Determine if the associated item with the given DefId matches
19391939
/// the desired name via a doc alias.
19401940
fn matches_by_doc_alias(&self, def_id: DefId) -> bool {
19411941
let Some(name) = self.method_name else {

0 commit comments

Comments
 (0)