Improve comment

This commit is contained in:
Benoit Marty 2024-05-31 10:55:13 +02:00
parent 8522012c7a
commit 1eebcc0093

View file

@ -20,7 +20,7 @@ sealed interface RoomListFilter {
companion object { companion object {
/** /**
* Create a filter that matches all the given filters. * Create a filter that matches all the given filters.
* If not filters are provided, all the room will match. * If no filters are provided, all the rooms will match.
*/ */
fun all(vararg filters: RoomListFilter): RoomListFilter { fun all(vararg filters: RoomListFilter): RoomListFilter {
return All(filters.toList()) return All(filters.toList())