Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 4, 2024
1 parent e171065 commit f1daecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/save_tt.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#'
save_tt <- function(x,
output,
overwrite = get_option("tinytable_print_output", default = FALSE)) {
overwrite = get_option("tinytable_save_overwrite", default = FALSE)) {
assert_class(x, "tinytable")
assert_string(output)
assert_flag(overwrite)
Expand Down

0 comments on commit f1daecf

Please sign in to comment.