Skip to content

Commit b58cf77

Browse files
zero323Felix Cheung
authored andcommitted
[DOCS][MINOR] Add missing since to SparkR repeat_string note.
## What changes were proposed in this pull request? Replace note repeat_string 2.3.0 with note repeat_string since 2.3.0 ## How was this patch tested? `create-docs.sh` Author: zero323 <[email protected]> Closes #17779 from zero323/REPEAT-NOTE.
1 parent b4724db commit b58cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3796,7 +3796,7 @@ setMethod("split_string",
37963796
#' # This is equivalent to the following SQL expression
37973797
#' first(selectExpr(df, "repeat(value, 3)"))
37983798
#' }
3799-
#' @note repeat_string 2.3.0
3799+
#' @note repeat_string since 2.3.0
38003800
setMethod("repeat_string",
38013801
signature(x = "Column", n = "numeric"),
38023802
function(x, n) {

0 commit comments

Comments
 (0)