diff --git a/R/word.R b/R/word.R index 49421154..d0c14879 100644 --- a/R/word.R +++ b/R/word.R @@ -4,7 +4,7 @@ #' @param start,end Pair of integer vectors giving range of words (inclusive) #' to extract. If negative, counts backwards from the last word. #' -#' The default value select the first word. +#' The default value selects the first word. #' @param sep Separator between words. Defaults to single space. #' @return A character vector with the same length as `string`/`start`/`end`. #' @export