Skip to content

Commit 426ffed

Browse files
committed
minor fix
1 parent 6076700 commit 426ffed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/DataFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ setMethod("intersect",
28502850

28512851
#' intersectAll
28522852
#'
2853-
#' Return a new SparkDataFrame containing rows only in both this SparkDataFrame
2853+
#' Return a new SparkDataFrame containing rows in both this SparkDataFrame
28542854
#' and another SparkDataFrame while preserving the duplicates.
28552855
#' This is equivalent to \code{INTERSECT ALL} in SQL. Also as standard in
28562856
#' SQL, this function resolves columns by position (not by name).

0 commit comments

Comments
 (0)