Skip to content

Commit

Permalink
Docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 14, 2024
1 parent b79de0a commit 43705be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/write-parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' is the default, and it specifies the default compression level of
#' each method. More details:
#' * Snappy does not support compression levels currently.
#' * GZIP supports levels from 0 (uncompessed), 1 (fastest), to 9 (best).
#' * GZIP supports levels from 0 (uncompressed), 1 (fastest), to 9 (best).
#' The default is 6.
#' * ZSTD: TODO
#' @param x Data frame to write.
Expand Down
2 changes: 1 addition & 1 deletion man/write_parquet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43705be

Please sign in to comment.