diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml index 5d4ff39d4a..55e4085d0d 100644 --- a/doc/src/sgml/array.sgml +++ b/doc/src/sgml/array.sgml @@ -1,4 +1,4 @@ - + Arrays @@ -49,8 +49,7 @@ CREATE TABLE tictactoe ( However, the current implementation does not enforce the array size - or dimmension limits — the behavior is the same as for -arrays of unspecified + limits — the behavior is the same as for arrays of unspecified length.