Skip to content

Commit 17dd02f

Browse files
committed
Update error message in lec4_advanced
1 parent 0854a6b commit 17dd02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lec4_advanced.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ opaque predicate Good(n: nat) {
108108

109109
lemma FourIsGood_attempt1()
110110
ensures Good(4)
111-
{ // error: A postcondition might not hold on this return path
111+
{ // error: A postcondition could not be proved on this return path
112112
// notice that this proof doesn't go through - Dafny doesn't know anything
113113
// about Good other than it is a deterministic predicate that takes a `nat`.
114114
}

0 commit comments

Comments
 (0)