Skip to content

Commit

Permalink
Fix docs of splitn() (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher authored Sep 5, 2023
1 parent 54c1b29 commit 64b4f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/expr__string.R
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ ExprStr_split_exact = function(by, n, inclusive = FALSE) {
#' @param n Number of splits to make.
#'
#' @return
#' Struct where each of n+1 fields is of Utf8 type
#' Struct where each of n fields is of Utf8 type
#'
#' @examples
#' df = pl$DataFrame(s = c("a_1", NA, "c", "d_4"))
Expand Down
2 changes: 1 addition & 1 deletion man/ExprStr_splitn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64b4f3c

Please sign in to comment.