summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/user.ex
diff options
context:
space:
mode:
authorHadrien <26697460+ketsapiwiq@users.noreply.github.com>2020-10-19 17:08:54 +0200
committerHadrien <26697460+ketsapiwiq@users.noreply.github.com>2020-10-23 23:06:40 +0200
commit561303492cb13e0f9504d6b26fe5d3752e89c4bd (patch)
tree0320d98deccc20718b15cb46535f5d1db6dc2222 /lib/matrix_app_service/adapter/user.ex
parentMerge branch 'controller_tests' into 'master' (diff)
little edits on docs phrasing
Diffstat (limited to 'lib/matrix_app_service/adapter/user.ex')
-rw-r--r--lib/matrix_app_service/adapter/user.ex3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/matrix_app_service/adapter/user.ex b/lib/matrix_app_service/adapter/user.ex
index cd3c2aa..e397a11 100644
--- a/lib/matrix_app_service/adapter/user.ex
+++ b/lib/matrix_app_service/adapter/user.ex
@@ -1,7 +1,6 @@
defmodule MatrixAppService.Adapter.User do
@moduledoc """
- Behaviour for a module that handles users that the application service has
- reserved.
+ Behaviour for a module that handles rooms reserved by the application service.
"""
@doc """