Skip to content

Commit 5aa5d57

Browse files
author
Guanqun Lu
committed
fix one typo
1 parent 66bf391 commit 5aa5d57

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)