From 95a2ad7f6230d425fb883bbe1e282ba0485ccc36 Mon Sep 17 00:00:00 2001 From: kartikeya kirar Date: Wed, 20 Sep 2023 16:35:17 +0530 Subject: [PATCH] Update R/utils.R Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar --- R/utils.R | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/R/utils.R b/R/utils.R index f8de18b6..452ebc08 100644 --- a/R/utils.R +++ b/R/utils.R @@ -239,9 +239,8 @@ padding_lst <- function(ft, indents) { #' @param block_text `character` string containing the input block of text #' @param n `integer` number of lines per block #' -#' @return A list of character vectors, where each element is a smaller block of text -#' containing 'n' lines. If the input block of text has fewer lines than 'n', the -#' entire block is returned as a single element list. +#' @return +#' List of character strings with up to `n` lines in each element. #' #' @keywords internal split_text_block <- function(x, n) {