Skip to content

Commit 9c4f908

Browse files
authored
Fix typo (#985)
1 parent 29d0c4a commit 9c4f908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ last <- function(x) x[[length(x)]]
5454
#' Legacy name repair
5555
#'
5656
#' Ensures all column names are unique using the approach found in
57-
#' tidyr 0.8.3 are earlier. Only use this function if you want to preserve
57+
#' tidyr 0.8.3 and earlier. Only use this function if you want to preserve
5858
#' the naming strategy, otherwise you're better off adopting the new
5959
#' tidyverse standard with `name_repair = "universal"`
6060
#'

man/tidyr_legacy.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)