From 4dfdee6c86197d45275bb053582c96f30be9bd5f Mon Sep 17 00:00:00 2001 From: Konrad Pagacz Date: Sun, 19 May 2024 16:43:16 +0200 Subject: [PATCH] typo --- R/insert_empty_rows.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/insert_empty_rows.R b/R/insert_empty_rows.R index c4acc04..d381889 100644 --- a/R/insert_empty_rows.R +++ b/R/insert_empty_rows.R @@ -2,7 +2,7 @@ #' #' @details #' `gentlg` allows for formatting the input table based on formatting columns -#' (see [gentlg()]). One the allowed formatting is empty row insertion. This +#' (see [gentlg()]). One of the formatting mechanisms is empty row insertion. This #' function inserts the empty rows based on the `newrows` column in the data #' frame. The new rows are inserted after the rows with value `1` in the #' `newrows` column.