Skip to content

Commit 0e09f88

Browse files
authored
remove duplicate word
1 parent 3a9a93c commit 0e09f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pivot-wide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
#' )
123123
#'
124124
#' # When there are multiple `names_from` or `values_from`, you can use
125-
#' # use `names_sep` or `names_glue` to control the output variable names
125+
#' # `names_sep` or `names_glue` to control the output variable names
126126
#' us_rent_income %>%
127127
#' pivot_wider(
128128
#' names_from = variable,

0 commit comments

Comments
 (0)