diff options
author | stephan <stephan@noemail.net> | 2024-05-27 13:41:46 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-05-27 13:41:46 +0000 |
commit | 20c118faec2e41089dc72ac974e21c096c2654bb (patch) | |
tree | 402ed6f70f614debcdb3781293e856153e00d068 /src/json.c | |
parent | fefe24ddf883a1adce600e0812703cfcc9b20b20 (diff) | |
download | sqlite-20c118faec2e41089dc72ac974e21c096c2654bb.tar.gz sqlite-20c118faec2e41089dc72ac974e21c096c2654bb.zip |
Doc typo fix. No code changes.
FossilOrigin-Name: eaf07fe69f383938dd394f58cedad3f16f146d9b48e66bc1ba17446cf75ffb3f
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c index b30189307..7361c46d8 100644 --- a/src/json.c +++ b/src/json.c @@ -3859,7 +3859,7 @@ static void jsonExtractFunc( ** [NUMBER] ==> $[NUMBER] // Not PG. Purely for convenience ** ** Updated 2024-05-27: If the NUMBER is negative, then PG counts from - ** the write of the array. Hence for negative NUMBER: + ** the right of the array. Hence for negative NUMBER: ** ** NUMBER ==> $[#NUMBER] // PG compatible */ |