Improve comment
This commit is contained in:
parent
ba7481ed6a
commit
a997289e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ sealed interface RoomListFilter {
|
|||
companion object {
|
||||
/**
|
||||
* 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 {
|
||||
return All(filters.toList())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue