Skip to content

Commit 7381160

Browse files
authored
Fix typo in labeller docs (#6034)
1 parent 19d4550 commit 7381160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/labeller.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ as_labeller <- function(x, default = label_value, multi_line = TRUE) {
323323
#'
324324
#' This function makes it easy to assign different labellers to
325325
#' different factors. The labeller can be a function or it can be a
326-
#' named character vectors that will serve as a lookup table.
326+
#' named character vector that will serve as a lookup table.
327327
#'
328328
#' In case of functions, if the labeller has class `labeller`, it
329329
#' is directly applied on the data frame of labels. Otherwise, it is

0 commit comments

Comments
 (0)