Skip to content

Commit b823f81

Browse files
authored
Update crates/formality-prove/src/prove/prove_wf.rs
1 parent ccb97d1 commit b823f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-prove/src/prove/prove_wf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ judgment_fn! {
4141

4242
(
4343
(for_all(&decls, &env, &assumptions, &parameters, &prove_wf) => c)
44-
--- ("integers and booleans")
44+
--- ("ADT")
4545
(prove_wf(decls, env, assumptions, RigidTy { name: RigidName::AdtId(_), parameters }) => c)
4646
)
4747

0 commit comments

Comments
 (0)