Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Sep 19, 2024
2 parents 0f64612 + ce4e12a commit 9739f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private JSONObject getQCResponse(ProofObligation po, List<VDMMessage> messages)
StringBuilder sb = new StringBuilder();
sb.append("PO #");
sb.append(po.number);
sb.append(" counterexample: ");
sb.append(" Counterexample: ");
sb.append(po.counterexample.toStringLine());
messages.add(new VDMWarning(9000, sb.toString(), po.location));
}
Expand Down

0 comments on commit 9739f02

Please sign in to comment.