Skip to content

Commit

Permalink
Fix fn name
Browse files Browse the repository at this point in the history
Probably a leftover from a past renaming?
  • Loading branch information
salim-b authored and romainfrancois committed Oct 13, 2020
1 parent 134c871 commit c898f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nth-value.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
#' than expected.
#'
#' @param x A vector
#' @param n For `nth_value()`, a single integer specifying the position.
#' @param n For `nth()`, a single integer specifying the position.
#' Negative integers index from the end (i.e. `-1L` will return the
#' last value in the vector).
#'
Expand Down

0 comments on commit c898f2e

Please sign in to comment.