From afe5a72c6f143d7abdd60366ac7a4448cef8f672 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 12 Apr 2022 15:32:25 +0600 Subject: [PATCH] small fix of docs --- .../inmo/micro_utils/pagination/utils/PaginationReversing.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] */