diff --git a/docs/reference/glib/tmpl/arrays.sgml b/docs/reference/glib/tmpl/arrays.sgml
index 890e15cc0..b91d41e6c 100644
--- a/docs/reference/glib/tmpl/arrays.sgml
+++ b/docs/reference/glib/tmpl/arrays.sgml
@@ -65,7 +65,7 @@ Contains the public fields of an Array.
@data: a pointer to the element data. The data may be moved as elements are
added to the #GArray.
-@len: the number of elements in the #GArray.
+@len: the number of elements in the #GArray not including the possible terminating zero element.