1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo on the OP_IdxInsert documentation. No code changes.

FossilOrigin-Name: e4acd98207bf12b28f6c0f77896ba8f0b0a155d5
This commit is contained in:
drh
2016-11-09 01:19:25 +00:00
parent 9b4eaebc68
commit fb8c56f21b
3 changed files with 8 additions and 11 deletions

View File

@@ -5024,7 +5024,7 @@ next_tail:
** MakeRecord instructions. This opcode writes that key
** into the index P1. Data for the entry is nil.
**
** If P4 is not zero, the it is the number of values in the unpacked
** If P4 is not zero, then it is the number of values in the unpacked
** key of reg(P2). In that case, P3 is the index of the first register
** for the unpacked key. The availability of the unpacked key can sometimes
** be an optimization.