Update create-your-own-providers.md

This commit is contained in:
LagradOst 2022-08-27 18:42:06 +02:00 committed by GitHub
parent 904ee49c6d
commit 50e3ac8cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ override suspend fun getMainPage(
```
This might seem needlessly convoluted, but this system is to allow "infinite" loading, e.g loading the next page of search
results when the user has scrolled to the end.
responses when the user has scrolled to the end.
TLDR: Exactly like searching but you defined your own queries.