From c898f2e083725192bb08ae2f4d17dbb1092333e3 Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 12 Oct 2020 17:59:48 +0000 Subject: [PATCH] Fix fn name Probably a leftover from a past renaming? --- R/nth-value.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/nth-value.R b/R/nth-value.R index 1e53f7a705..8efef2262d 100644 --- a/R/nth-value.R +++ b/R/nth-value.R @@ -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). #'