docs(xml): Fix array type description count to 3 (#9013) (#9028)

Co-authored-by: Balamurugan R <balamuruga.r050814@gmail.com>
This commit is contained in:
Balamurugan R
2025-10-13 09:19:37 +02:00
committed by GitHub
co-authored by Balamurugan R
parent 27f084b3d3
commit ee669f4148
+1 -1
View File
@@ -95,7 +95,7 @@ To learn more about how to register the name-data pairs visit :ref:`editor_integ
Arrays
------
An array of any type can be defined in four ways:
An array of any type can be defined in three ways:
:int[count]: An integer array. The number of elements will be passed as a separate parameter.
:string[NULL]: An array terminated with a ``NULL`` element.