Skip to content

Commit 1252e70

Browse files
authored
Rollup merge of #64725 - guanqun:typo-fix, r=zackmdavis
fix one typo
2 parents bea1933 + 5aa5d57 commit 1252e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/method/suggest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
232232
};
233233
let mut err = if !actual.references_error() {
234234
// Suggest clamping down the type if the method that is being attempted to
235-
// be used exists at all, and the type is an ambiuous numeric type
235+
// be used exists at all, and the type is an ambiguous numeric type
236236
// ({integer}/{float}).
237237
let mut candidates = all_traits(self.tcx)
238238
.into_iter()

0 commit comments

Comments
 (0)