Skip to content

Commit 5ea7e87

Browse files
committed
fix typo
1 parent cde1c34 commit 5ea7e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-check/src/mini_rust_check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl Check<'_> {
283283
Field(field_projection) => {
284284
let ty = self.check_place(env, &field_projection.root).unwrap();
285285

286-
// FIXME(tiif): We eventuallyw ant to do normalization here, so check_place should eventually be
286+
// FIXME(tiif): We eventually want to do normalization here, so check_place should be
287287
// a judgment fn.
288288
let Some(adt_id) = ty.get_adt_id() else {
289289
bail!("The local used for field projection is not adt.")

0 commit comments

Comments
 (0)