diff options
author | drh <> | 2024-01-23 13:28:21 +0000 |
---|---|---|
committer | drh <> | 2024-01-23 13:28:21 +0000 |
commit | 6bb8ce6375f9f2586821c02b646d701e7ca64aaa (patch) | |
tree | 98d1742cbf2f2615935d7b9adfc38daec8a59450 /src | |
parent | e318f10ce25f2c36ce3bcbca71688c1060546dd8 (diff) | |
download | sqlite-6bb8ce6375f9f2586821c02b646d701e7ca64aaa.tar.gz sqlite-6bb8ce6375f9f2586821c02b646d701e7ca64aaa.zip |
Fix typo in the tag-20240123-a in a comment.
FossilOrigin-Name: 1f09541eb4203ccce476f6040ff134353850f22f07fb84f96a1d2c27b304a91b
Diffstat (limited to 'src')
-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 69995bbdf..c7412d3c7 100644 --- a/src/json.c +++ b/src/json.c @@ -4317,7 +4317,7 @@ static void jsonValidFunc( break; } /* Fall through into interpreting the input as text. See note - ** above at tag-20240124-a. */ + ** above at tag-20240123-a. */ /* no break */ deliberate_fall_through } default: { |