From 8f693459ab791f212d92217e0e60f32986b8f9db Mon Sep 17 00:00:00 2001
From: MorganLOCode <93165153+MorganLOCode@users.noreply.github.com>
Date: Wed, 17 Sep 2025 12:16:19 +1200
Subject: [PATCH] Update declarations.xml
The bottom type can't be used in a composite type for the same (rather, dual) reason the top type can't.
---
language/types/declarations.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/language/types/declarations.xml b/language/types/declarations.xml
index 285e23531bdc..7946793f928f 100644
--- a/language/types/declarations.xml
+++ b/language/types/declarations.xml
@@ -359,7 +359,7 @@ NULL
- Using mixed results in an error.
+ Using mixed or never results in an error.