Skip to content

Commit

Permalink
fixed typo - workbok -> workbook
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcach authored Jan 13, 2023
1 parent e7b699e commit eb9cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ addWorksheet <- function(wb,
}

if (!inherits(wb, "Workbook")) {
stop("wb must be a Workbok", call. = FALSE)
stop("wb must be a Workbook", call. = FALSE)
}

# Set NULL defaults
Expand Down

0 comments on commit eb9cd26

Please sign in to comment.