From 88cc28024b3ca5754a08983b0a226f259135b6a6 Mon Sep 17 00:00:00 2001 From: Salim B Date: Sat, 29 Jul 2023 20:35:08 +0200 Subject: [PATCH] Fix typo --- R/glue.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/glue.R b/R/glue.R index 753c38e75..d9ceb9f3b 100644 --- a/R/glue.R +++ b/R/glue.R @@ -85,7 +85,7 @@ drop_null <- function(x) { #' @param width Limit for the display width of the result, in characters. #' This is a hard limit, and the output will never exceed it. #' This argument is not implemented for the `"both-ends"` style, which -#' always uses `Inf`, with a warning if a fininte `width` value is set. +#' always uses `Inf`, with a warning if a finite `width` value is set. #' @param ellipsis Character string to use at the place of the truncation. #' By default, the Unicode ellipsis character is used if the console is #' UTF-8, and three dots otherwise.