summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/user.ex
diff options
context:
space:
mode:
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 """