summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/room.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/adapter/room.ex')
-rw-r--r--lib/matrix_app_service/adapter/room.ex3
1 files changed, 1 insertions, 2 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 """