Skip to content

Commit fc53c59

Browse files
committed
fix: typo
1 parent d2aba91 commit fc53c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-ty/src/infer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ impl<'a> InferenceContext<'a> {
832832
self.return_coercion = Some(CoerceMany::new(self.return_ty.clone()));
833833

834834
// Functions might be associated items that define ATPITs.
835-
// To define an ATPITs, that ATPIT must appear in the function's signitures.
835+
// To define an ATPITs, that ATPIT must appear in the function's signatures.
836836
// So, it suffices to check for params and return types.
837837
params_and_ret_tys.push(self.return_ty.clone());
838838
self.insert_atpit_coercion_table(params_and_ret_tys.iter());

0 commit comments

Comments
 (0)