diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-02 11:05:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 11:05:29 -0400 |
commit | 127b940dc0806b8d74456d34e3f636ef1f6f1c68 (patch) | |
tree | 70b22892e0db88d069227d8f8fa10c89c23a9f31 /docs/user_directory.md | |
parent | mypy plugin to check `@cached` return types (#14911) (diff) | |
download | synapse-127b940dc0806b8d74456d34e3f636ef1f6f1c68.tar.xz |
Clean-up old release notes (#16418)
Fixes some broken formatting from the reStructuedText to Markdown conversion and fixes some typos.
Diffstat (limited to 'docs/user_directory.md')
-rw-r--r-- | docs/user_directory.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_directory.md b/docs/user_directory.md index b33fd2bc2a..1271cfb862 100644 --- a/docs/user_directory.md +++ b/docs/user_directory.md @@ -83,7 +83,7 @@ The search term is then split into words: available, then the system's [default locale](https://unicode-org.github.io/icu/userguide/locale/#default-locales) will be used to break the search term into words. (See the [installation instructions](setup/installation.md) for how to install ICU.) -* If unavailable, then runs of ASCII characters, numbers, underscores, and hypens +* If unavailable, then runs of ASCII characters, numbers, underscores, and hyphens are considered words. The queries for PostgreSQL and SQLite are detailed below, by their overall goal |