Skip to content

Commit

Permalink
Fix the SDK copy-pasta typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Dec 20, 2023
1 parent 5f6122a commit dba85a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sdk/flutter/crud/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Exclude results for a word by placing the ``-`` character in front of the word.
For example, a search for ``-sheep wool`` would include all search results for
``wool`` excluding those with ``sheep``.

In Kotlin SDK version 1.6.0 and later, you can specify prefixes by placing
In Flutter SDK version 1.6.0 and later, you can specify prefixes by placing
the ``*`` character at the end of a word. For example, ``wo*`` would include
all search results for ``wool`` and ``woven``. The Flutter SDK does *not*
currently support suffix searches.
Expand Down

0 comments on commit dba85a9

Please sign in to comment.