diff options
author | drh <> | 2025-03-31 23:18:06 +0000 |
---|---|---|
committer | drh <> | 2025-03-31 23:18:06 +0000 |
commit | 4d9384cba35ce7971431da9b543e0f9d68975947 (patch) | |
tree | d57ef57618586fd71fd2b66e17d958a3aa8ea818 /src/json.c | |
parent | 0a0367f38740284b7f423ddc98b66361f3ddccf4 (diff) | |
download | sqlite-4d9384cba35ce7971431da9b543e0f9d68975947.tar.gz sqlite-4d9384cba35ce7971431da9b543e0f9d68975947.zip |
Fix a harmless typo in a code comment.
FossilOrigin-Name: dd251377bd1a8e95a4a0179c50595f290b08ea93659f4906f88f5a9dff534aa1
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 5360831af..2108c3bc0 100644 --- a/src/json.c +++ b/src/json.c @@ -3295,7 +3295,7 @@ static char *jsonBadPathError( } /* argv[0] is a BLOB that seems likely to be a JSONB. Subsequent -** arguments come in parse where each pair contains a JSON path and +** arguments come in pairs where each pair contains a JSON path and ** content to insert or set at that patch. Do the updates ** and return the result. ** |