Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve docs of restricting pagination types
The commit includes 2 main changes. + The old one mixes pagination types and paramaters. At first glance, it can be very confusing. So, I change the doc to not mention related parameters at all. And, the parameters will be mentioned in the doc of `t:Flop.pagination_type/0`. + Note that the `nil` is the default value. This tells developers that they don't need to do anything if they want to support all pagination types.
- Loading branch information