diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2024-07-03 18:54:21 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-04 08:30:19 +0200 |
| commit | 704192e478885762411252979021771ba23b8adb (patch) | |
| tree | b8f13abad9399b1bb8b30c08748c53d62d1e54f7 /docs/ref | |
| parent | 89557d4c66b469616fc3a16ba11b2999233efa8d (diff) | |
Removed unneeded hyphens in "counterintuitive".
Follow-up to 65ad4ade74dc9208b9d686a451cd6045df0c9c3a which added
counterintuitive to the wordlist. Removes unneeded (antiquated)
hyphenated usages.
See e.g. https://www.merriam-webster.com/dictionary/counterintuitive
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 3e50d2e46a..3db1b57652 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -826,7 +826,7 @@ specific to SQLite that you should be aware of. Substring matching and case sensitivity --------------------------------------- -For all SQLite versions, there is some slightly counter-intuitive behavior when +For all SQLite versions, there is some slightly counterintuitive behavior when attempting to match some types of strings. These are triggered when using the :lookup:`iexact` or :lookup:`contains` filters in Querysets. The behavior splits into two cases: |
