This is an automated email from the ASF dual-hosted git repository. pdpotter pushed a commit to branch discussions-36-1 in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git
commit f7a2ef15b669d334d926239dc92ae1ad2a7c3082 Author: Pieterjan De Potter <[email protected]> AuthorDate: Wed Apr 27 09:49:51 2022 +0200 Fix result of querying unexisting index in list Reported in https://github.com/apache/incubator-age/discussions/36 --- docs/intro/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/types.md b/docs/intro/types.md index 88ea414..b5e4a0c 100644 --- a/docs/intro/types.md +++ b/docs/intro/types.md @@ -756,7 +756,7 @@ Result: </td> </tr> <tr> - <td>[0, 1, 2, 3] + <td> </td> </tr> <tr>
