Skip to content
Snippets Groups Projects
Commit 89866cbd authored by Dr. Carl Corea's avatar Dr. Carl Corea
Browse files

Update MultiTableOverlappingVerifier.java

parent e0e85368
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class MultiTableOverlappingVerifier extends OverlappingVerifier {
.collect(Collectors.joining(", ")));
sb.append(" are overlapping.");
if (isDifferentConclusion) {
sb.append(" The output has different conclusions!");
sb.append(" The outputs have different conclusions!");
} else {
sb.append(" The output is the same.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment