]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix an error in documentation comments in fts5.h.
authordan <Dan Kennedy>
Thu, 17 Aug 2023 16:59:35 +0000 (16:59 +0000)
committerdan <Dan Kennedy>
Thu, 17 Aug 2023 16:59:35 +0000 (16:59 +0000)
FossilOrigin-Name: 24d96bd65d8ccdd50a6f4fe217d196728a2f8658d128f9352c287f64e034104a

ext/fts5/fts5.h
manifest
manifest.uuid

index 2309460f021d04cd33312768200c42b547b323fb..323d73a28fdd47969b8bf45e60bbca2de9398693 100644 (file)
@@ -492,8 +492,8 @@ struct Fts5ExtensionApi {
 **   as separate queries of the FTS index are required for each synonym.
 **
 **   When using methods (2) or (3), it is important that the tokenizer only
-**   provide synonyms when tokenizing document text (method (2)) or query
-**   text (method (3)), not both. Doing so will not cause any errors, but is
+**   provide synonyms when tokenizing document text (method (3)) or query
+**   text (method (2)), not both. Doing so will not cause any errors, but is
 **   inefficient.
 */
 typedef struct Fts5Tokenizer Fts5Tokenizer;
index 616077cf1ce4bded621a4ba7c0d1563a6a6f75b5..a71ea83cccb0211dd04e7ff7e1ecac680a1604b1 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sextra\stest\sto\sfts5synonym2.test.
-D 2023-08-17T16:49:06.059
+C Fix\san\serror\sin\sdocumentation\scomments\sin\sfts5.h.
+D 2023-08-17T16:59:35.149
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -86,7 +86,7 @@ F ext/fts3/unicode/UnicodeData.txt cd07314edb62d49fde34debdaf92fa2aa69011e7
 F ext/fts3/unicode/mkunicode.tcl d5aebf022fa4577ee8cdf27468f0d847879993959101f6dbd6348ef0cfc324a7
 F ext/fts3/unicode/parseunicode.tcl a981bd6466d12dd17967515801c3ff23f74a281be1a03cf1e6f52a6959fc77eb
 F ext/fts5/extract_api_docs.tcl a36e54ec777172ddd3f9a88daf593b00848368e0
-F ext/fts5/fts5.h 9bebc9fb8b75b0777e741c758540e07c3c80ce75204198979028fe6cc4c59486
+F ext/fts5/fts5.h 05501612cc655504c5dce8ba765ab621d50fc478490089beaa0d75e00b23e520
 F ext/fts5/fts5Int.h 78a63cc0795186cde5384816a9403a68c65774b35d952e05b81a1b4b158e07c8
 F ext/fts5/fts5_aux.c 572d5ec92ba7301df2fea3258576332f2f4d2dfd66d8263afd157d9deceac480
 F ext/fts5/fts5_buffer.c 3001fbabb585d6de52947b44b455235072b741038391f830d6b729225eeaf6a5
@@ -2092,8 +2092,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P e68b46dc6aff48c81a2a5e7662d0f694615b64aa50bcfee9a0b8b25fa4e5f33d
-R 26e2590c5d1b954c8cedf1e3d265e54c
+P 39ea11be3b35c5ecde9bc0fe66af673b8f440dc523422887d05a29feef036b01
+R abab5dc6334bf1a1bead623b5134e5ba
 U dan
-Z 404f8e6bb7390152a8536e11ff091661
+Z 9416e12f401c5487e4229907a7abf2dc
 # Remove this line to create a well-formed Fossil manifest.
index 72b0492243ea46be2a94ecda06b0f0e611e1fe0d..2f944fee9db17e82cdc3cbfa8b8166167b840f18 100644 (file)
@@ -1 +1 @@
-39ea11be3b35c5ecde9bc0fe66af673b8f440dc523422887d05a29feef036b01
\ No newline at end of file
+24d96bd65d8ccdd50a6f4fe217d196728a2f8658d128f9352c287f64e034104a
\ No newline at end of file