Skip to content

Commit

Permalink
Fix typo in documentation (rust-rocksdb#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazarine authored and zaidoon committed Feb 19, 2024
1 parent 015f537 commit 25c0f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 25c0f68

Please sign in to comment.