Skip to content

Commit

Permalink
Minor docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar D. Lara Yejas committed Oct 12, 2016
1 parent bf739e4 commit 20e53e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ setGeneric("group_by", function(x, ...) { standardGeneric("group_by") })
#' @export
setGeneric("groupBy", function(x, ...) { standardGeneric("groupBy") })

#' @param x a SparkDataFrame.
#' @param x a SparkDataFrame or Column
#' @rdname head
setGeneric("head")

Expand Down

0 comments on commit 20e53e8

Please sign in to comment.