mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Add a missing comma to the documentation for the OP_Jump opcode. No changes
to code. FossilOrigin-Name: 7e2c2b1cee760af68cf303ce9ec1babbaf607fe54e043893c046d2d37cd0ab46
This commit is contained in:
@@ -2399,7 +2399,7 @@ case OP_Compare: {
|
||||
/* Opcode: Jump P1 P2 P3 * *
|
||||
**
|
||||
** Jump to the instruction at address P1, P2, or P3 depending on whether
|
||||
** in the most recent OP_Compare instruction the P1 vector was less than
|
||||
** in the most recent OP_Compare instruction the P1 vector was less than,
|
||||
** equal to, or greater than the P2 vector, respectively.
|
||||
**
|
||||
** This opcode must immediately follow an OP_Compare opcode.
|
||||
|
Reference in New Issue
Block a user