Skip to content

Commit db5da41

Browse files
authored
docs: typo fix
1 parent fb25640 commit db5da41

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
@@ -420,8 +420,8 @@ full_join.data.frame <- function(x,
420420
#' Filtering joins filter rows from `x` based on the presence or absence
421421
#' of matches in `y`:
422422
#'
423-
#' * `semi_join()` return all rows from `x` with a match in `y`.
424-
#' * `anti_join()` return all rows from `x` with**out** a match in `y`.
423+
#' * `semi_join()` returns all rows from `x` with a match in `y`.
424+
#' * `anti_join()` returns all rows from `x` with**out** a match in `y`.
425425
#'
426426
#' @param x,y A pair of data frames, data frame extensions (e.g. a tibble), or
427427
#' lazy data frames (e.g. from dbplyr or dtplyr). See *Methods*, below, for

0 commit comments

Comments
 (0)