diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2021-09-21 15:05:21 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2021-09-21 15:23:05 +0200 |
commit | 33ec7ef2808bafe18be2168105ac3ecf0d63f979 (patch) | |
tree | ec9e5158c7fce4cc9109654385cbcf443d1710fd /lib/public/Calendar | |
parent | 62a814f4fbdec485e97e6b55a8320a02ced488bb (diff) | |
download | nextcloud-server-33ec7ef2808bafe18be2168105ac3ecf0d63f979.tar.gz nextcloud-server-33ec7ef2808bafe18be2168105ac3ecf0d63f979.zip |
Use IRoomMetadata as source of truth for supported room types
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'lib/public/Calendar')
-rw-r--r-- | lib/public/Calendar/Room/IRoomMetadata.php | 2 |
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 |