From 219877903903d6d7f27c2bd02af28d4d73867deb Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Wed, 13 Mar 2024 17:19:15 -0700 Subject: [PATCH] document `vec_sep2` --- R/format.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/R/format.R b/R/format.R index 38e1b7b9e..78eb79f17 100644 --- a/R/format.R +++ b/R/format.R @@ -114,8 +114,9 @@ cli_format.numeric <- function(x, style = NULL, ...) { #' #' @param x Vector that will be collapsed by cli. #' @param style Style to apply to the vector. It is used as a theme on -#' a `span` element that is created for the vector. You can set `vec-sep` -#' and `vec-last` to modify the separator and the last separator. +#' a `span` element that is created for the vector. You can set `vec-sep`, +#' `vec_sep2`, and `vec-last` to modify the general separator, +#' the 2-item separator, and the last separator. #' #' @export #' @seealso [cli_format()]