Skip to content

Commit 31c01d8

Browse files
committed
Fix typo in labeller docs
1 parent 09d5c35 commit 31c01d8

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
@@ -320,7 +320,7 @@ as_labeller <- function(x, default = label_value, multi_line = TRUE) {
320320
#'
321321
#' This function makes it easy to assign different labellers to
322322
#' different factors. The labeller can be a function or it can be a
323-
#' named character vectors that will serve as a lookup table.
323+
#' named character vector that will serve as a lookup table.
324324
#'
325325
#' In case of functions, if the labeller has class `labeller`, it
326326
#' is directly applied on the data frame of labels. Otherwise, it is

0 commit comments

Comments
 (0)