diff --git a/pagination/common/src/commonMain/kotlin/dev/inmo/micro_utils/pagination/utils/PaginationReversing.kt b/pagination/common/src/commonMain/kotlin/dev/inmo/micro_utils/pagination/utils/PaginationReversing.kt index a1b58660f1d..0609369ba25 100644 --- a/pagination/common/src/commonMain/kotlin/dev/inmo/micro_utils/pagination/utils/PaginationReversing.kt +++ b/pagination/common/src/commonMain/kotlin/dev/inmo/micro_utils/pagination/utils/PaginationReversing.kt @@ -6,7 +6,7 @@ import dev.inmo.micro_utils.pagination.* * Example: * * * `|__f__l_______________________|` will be transformed to `|_______________________f__l__|` - * * `|__f__l_|` will be transformed to `|__f__l_|` + * * `|__f__l_|` will be transformed to `|_f__l__|` * * @return Reversed version of this [Pagination] */