Possible error in the Arrays section of the LibreOffice BASIC Programming Guide

The following passage in Arrays - LibreOffice BASIC Programming Guide - The Document Foundation Wiki:

A data field contains several variables, which are addressed through an index.

should be the following IMHO:

An array contains several variables, which are addressed through an index.

I’ve made the change now, feel free to revise it if you feel need to.

Another place with a similar problem:

The getElementNames method provides an overview of the names of all elements. As a result, it returns a data field containing the names.

fixed to:

The getElementNames method provides an overview of the names of all elements. As a result, it returns an array containing the names.

Location: com.sun.star.container.XNameAccess Interface - LibreOffice BASIC Programming Guide - The Document Foundation Wiki