Improve comment
This commit is contained in:
parent
8522012c7a
commit
1eebcc0093
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue