Skip to content

Commit

Permalink
Merge pull request #3965 from szarnyasg/nits-20241024h
Browse files Browse the repository at this point in the history
nit
  • Loading branch information
szarnyasg authored Oct 24, 2024
2 parents ca73ea4 + fe01bf9 commit 12cecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/data_types/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can always implicitly cast an array to a list (and use list functions, like
SELECT array_value(1, 2, 3)[2];
```

You can cast from a list to an array, but the dimensions have to match up!:
You can cast from a list to an array (the dimensions have to match):

```sql
SELECT [3, 2, 1]::INTEGER[3];
Expand Down

0 comments on commit 12cecff

Please sign in to comment.