Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Jul 11, 2024
1 parent 343f9be commit 1c1cf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input_validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
stop("Object already exists. Set overwrite = TRUE to overwrite.")
}

# Hacky workaround for deleting tbl that is being overwritten
# Workaround for preventing deletion of tbl that is being overwritten
if(skip_value_check){
return()
}
Expand Down

0 comments on commit 1c1cf8a

Please sign in to comment.