-
diff --git a/src/routes/missing/+page.svelte b/src/routes/missing/+page.svelte
index 7bbe5334..834ecad2 100644
--- a/src/routes/missing/+page.svelte
+++ b/src/routes/missing/+page.svelte
@@ -92,14 +92,14 @@
{#each STRUCTURE_TYPES as type}
{@const combinations = data.missing_combinations[type]}
- {#if combinations.length > 0}
-
- Among the consistent {type} combinations of the form p ∧ ¬q, the following
- are not yet witnessed by a {type} in the database or its dual. If some of these
- combinations are
+ Among the consistent {type} property combinations of the form p ∧ ¬q,
+ the following are not yet witnessed by a {type} in the database or its dual.
+ If some of these combinations are
inconsistent, this indicates that some
implication is missing.
+ Every consistent {type} property combination of the form p ∧ ¬q is witnessed
+ by a {type} in the database or its dual. 🎉
+ —Missing {type} combinations
+ Missing {type} combinations
+ {#if combinations.length}