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.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/matrix_app_service/adapter/user.ex b/lib/matrix_app_service/adapter/user.ex
index 92b9d96..cd3c2aa 100644
--- a/lib/matrix_app_service/adapter/user.ex
+++ b/lib/matrix_app_service/adapter/user.ex
@@ -7,8 +7,8 @@ defmodule MatrixAppService.Adapter.User do
@doc """
Responds to a user query by Matrix ID. If the user exists, implementations
should create the user (for instance by using
- `MatrixAppService.Client.register/1`) then return `:ok`. If the user
- doesn't exist, they sould return anything else.
+ `MatrixAppService.Client.register/2`) then return `:ok`. If the user
+ doesn't exist, they should return anything else.
"""
@callback query_user(String.t()) :: :ok | Any
end