Skip to content

Commit

Permalink
[DOCS][MINOR] Add missing since to SparkR repeat_string note.
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
zero323 authored and Felix Cheung committed Apr 27, 2017
1 parent b4724db commit b58cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3796,7 +3796,7 @@ setMethod("split_string",
#' # This is equivalent to the following SQL expression
#' first(selectExpr(df, "repeat(value, 3)"))
#' }
#' @note repeat_string 2.3.0
#' @note repeat_string since 2.3.0
setMethod("repeat_string",
signature(x = "Column", n = "numeric"),
function(x, n) {
Expand Down

0 comments on commit b58cf77

Please sign in to comment.