summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service')
-rw-r--r--lib/matrix_app_service/adapter/room.ex3
-rw-r--r--lib/matrix_app_service/adapter/user.ex3
-rw-r--r--lib/matrix_app_service/client.ex3
3 files changed, 3 insertions, 6 deletions
diff --git a/lib/matrix_app_service/adapter/room.ex b/lib/matrix_app_service/adapter/room.ex
index 1601094..14f04cb 100644
--- a/lib/matrix_app_service/adapter/room.ex
+++ b/lib/matrix_app_service/adapter/room.ex
@@ -1,7 +1,6 @@
defmodule MatrixAppService.Adapter.Room do
@moduledoc """
- Behaviour for a module that handles rooms that the application service has
- reserved.
+ Behaviour for a module that handles rooms reserved by the application service.
"""
@doc """
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 """
diff --git a/lib/matrix_app_service/client.ex b/lib/matrix_app_service/client.ex
index c32cf00..42ef758 100644
--- a/lib/matrix_app_service/client.ex
+++ b/lib/matrix_app_service/client.ex
@@ -11,8 +11,7 @@ defmodule MatrixAppService.Client do
@doc """
Returns a client for the application service.
- The client gets its homeserver URL and access token from configuration, by
- default.
+ By default, the client gets its homeserver URL and access token from configuration.
Different options can be provided to override the defaults, those are:
* `:base_url`: homerver URL