Skip to content

Commit 52081ac

Browse files
committed
Add missing article
1 parent 2409481 commit 52081ac

File tree

1 file changed

+2
-2
lines changed
  • presto-docs/src/main/sphinx/language

1 file changed

+2
-2
lines changed

presto-docs/src/main/sphinx/language/types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Example: ``MAP(ARRAY['foo', 'bar'], ARRAY[1, 2])``
249249
^^^^^^^
250250

251251
A structure made up of named fields. The fields may be of any SQL type, and are
252-
accessed with field reference operator ``.``
252+
accessed with the field reference operator ``.``
253253

254254
Example: ``CAST(ROW(1, 2.0) AS ROW(x BIGINT, y DOUBLE))``
255255

@@ -447,4 +447,4 @@ The types support operations such as spatial measurements and relationship check
447447
crucial for geographic information systems (GIS) and other applications requiring spatial data manipulation.
448448
The geospatial types ensure data integrity and provide robust tools for complex spatial querying and analysis.
449449

450-
See :doc:`/functions/geospatial`.
450+
See :doc:`/functions/geospatial`.

0 commit comments

Comments
 (0)