diff options
author | drh <drh@noemail.net> | 2015-03-12 05:08:34 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-03-12 05:08:34 +0000 |
commit | 0a0d0560aba40e958d1a4d801041f34120f97fc9 (patch) | |
tree | 2dec460704faee5a6d0ec82f8ce5b6cf552df23b /src | |
parent | cc285c5ab021e8973142b7cedce90e2451ba5cf3 (diff) | |
download | sqlite-0a0d0560aba40e958d1a4d801041f34120f97fc9.tar.gz sqlite-0a0d0560aba40e958d1a4d801041f34120f97fc9.zip |
Improve the text on one of the opcode documentation comments in vdbe.c.
FossilOrigin-Name: 08958f57970d2346f3e98e62225e2b5d351d12d8
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c index f81bfa8a7..b67a3e766 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -1517,7 +1517,7 @@ arithmetic_result_is_null: ** ** The interface used by the implementation of the aforementioned functions ** to retrieve the collation sequence set by this opcode is not available -** publicly, only to user functions defined in func.c. +** publicly. Only built-in functions have access to this feature. */ case OP_CollSeq: { assert( pOp->p4type==P4_COLLSEQ ); |