Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-09-21 16:05:21 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-09-21 16:23:05 +0300
commit33ec7ef2808bafe18be2168105ac3ecf0d63f979 (patch)
treeec9e5158c7fce4cc9109654385cbcf443d1710fd
parent62a814f4fbdec485e97e6b55a8320a02ced488bb (diff)
Use IRoomMetadata as source of truth for supported room types
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--lib/public/Calendar/Room/IRoomMetadata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Calendar/Room/IRoomMetadata.php b/lib/public/Calendar/Room/IRoomMetadata.php
index 9186e4f4931..ba0eba71311 100644
--- a/lib/public/Calendar/Room/IRoomMetadata.php
+++ b/lib/public/Calendar/Room/IRoomMetadata.php
@@ -36,7 +36,7 @@ interface IRoomMetadata {
/**
* Type of room
*
- * Allowed values for this key include:
+ * Allowed values for this key are:
* - meeting-room
* - lecture-hall
* - seminar-room