From d733ee5cca2dbad91f99a193cb1d41e94e983df9 Mon Sep 17 00:00:00 2001 From: drh <> Date: Wed, 10 May 2023 10:03:28 +0000 Subject: Add a missing comma to the documentation for the OP_Jump opcode. No changes to code. FossilOrigin-Name: 7e2c2b1cee760af68cf303ce9ec1babbaf607fe54e043893c046d2d37cd0ab46 --- src/vdbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vdbe.c b/src/vdbe.c index ea2e6fc5b..2aa4e6df2 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -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. -- cgit v1.2.3