Skip to content

Commit f883f1f

Browse files
maelleDavisVaughan
authored andcommitted
docs: typo fix
1 parent 11e633b commit f883f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/join.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ full_join.data.frame <- function(
436436
#' Filtering joins filter rows from `x` based on the presence or absence
437437
#' of matches in `y`:
438438
#'
439-
#' * `semi_join()` return all rows from `x` with a match in `y`.
440-
#' * `anti_join()` return all rows from `x` with**out** a match in `y`.
439+
#' * `semi_join()` returns all rows from `x` with a match in `y`.
440+
#' * `anti_join()` returns all rows from `x` with**out** a match in `y`.
441441
#'
442442
#' @param x,y A pair of data frames, data frame extensions (e.g. a tibble), or
443443
#' lazy data frames (e.g. from dbplyr or dtplyr). See *Methods*, below, for

0 commit comments

Comments
 (0)