summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJazarine Jamal <jazarinester@gmail.com>2023-11-27 01:15:22 -0800
committerGitHub <noreply@github.com>2023-11-27 09:15:22 +0000
commit2bbbf789345ce5bbc397a47efe3009afa0393c54 (patch)
treebea98e21aa99c6963ebea348f73b63c0219e9ea4
parent4b8a2ce57e9c4b745784fa3d023c8e3b4ab3a83c (diff)
Fix typo in documentation (#833)
-rw-r--r--src/db_options.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db_options.rs b/src/db_options.rs
index c3ecc37..360e6bf 100644
--- a/src/db_options.rs
+++ b/src/db_options.rs
@@ -1068,8 +1068,8 @@ impl Options {
/// Sets the bottom-most compression algorithm that will be used for
/// compressing blocks at the bottom-most level.
///
- /// Note that to actually unable bottom-most compression configuration after
- /// setting the compression type it needs to be enabled by calling
+ /// Note that to actually enable bottom-most compression configuration after
+ /// setting the compression type, it needs to be enabled by calling
/// [`set_bottommost_compression_options`](#method.set_bottommost_compression_options) or
/// [`set_bottommost_zstd_max_train_bytes`](#method.set_bottommost_zstd_max_train_bytes) method with `enabled` argument
/// set to `true`.