diff --git a/xml/issue4484.xml b/xml/issue4484.xml
index 47f3f3c8a1..44a451b947 100644
--- a/xml/issue4484.xml
+++ b/xml/issue4484.xml
@@ -19,7 +19,9 @@ but per /13, a template parameter object must be of a
2025-11-27; Tomasz comments
-This was on core side by LWG . The usage of the term template parameter object is intended (uniqueness).
+The template argument object defintion was extended to cover objects of array types by CWG 3111.
+The usage of the term "template parameter object" is intentional here, as it guarantees that
+`reflect_constant_string` produces the same objects, where their content is the same.