From 43705be85945cb260679d9e24583aa0bd3e39346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Sat, 14 Sep 2024 14:05:23 +0200 Subject: [PATCH] Docs typo fix --- R/write-parquet.R | 2 +- man/write_parquet.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/write-parquet.R b/R/write-parquet.R index 5b2facd..4e70f58 100644 --- a/R/write-parquet.R +++ b/R/write-parquet.R @@ -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. diff --git a/man/write_parquet.Rd b/man/write_parquet.Rd index eb5372a..e028dea 100644 --- a/man/write_parquet.Rd +++ b/man/write_parquet.Rd @@ -86,7 +86,7 @@ is the default, and it specifies the default compression level of each method. More details: \itemize{ \item Snappy does not support compression levels currently. -\item GZIP supports levels from 0 (uncompessed), 1 (fastest), to 9 (best). +\item GZIP supports levels from 0 (uncompressed), 1 (fastest), to 9 (best). The default is 6. \item ZSTD: TODO }