diff options
Diffstat (limited to 'ext/fts5/fts5.h')
-rw-r--r-- | ext/fts5/fts5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts5/fts5.h b/ext/fts5/fts5.h index 8e244f399..28be0de67 100644 --- a/ext/fts5/fts5.h +++ b/ext/fts5/fts5.h @@ -100,7 +100,7 @@ typedef void (*fts5_extension_function)( ** This API function is used to query the FTS table for phrase iPhrase ** of the current query. Specifically, a query equivalent to: ** -** ... FROM ftstable WHERE ftstable MATCH $p ORDER BY rowid DESC +** ... FROM ftstable WHERE ftstable MATCH $p ORDER BY rowid ** ** with $p set to a phrase equivalent to the phrase iPhrase of the ** current query is executed. For each row visited, the callback function |