changeset 109:71a541e117da

Wording
author Thomas Krause <krauseto@hu-berlin.de>
date Mon, 15 Nov 2021 17:38:47 +0100
parents 84e886a16dca
children 6d792bf1ac38
files src/options.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/options.rs	Mon Nov 15 17:07:47 2021 +0100
+++ b/src/options.rs	Mon Nov 15 17:38:47 2021 +0100
@@ -43,7 +43,7 @@
 }
 
 impl Options {
-    /// Returns Options with a custom block cache capacity.
+    /// Configure to use a custom block cache capacity.
     /// The capacity is given as number of items in the cache
     /// and the minimal allowed capacity is 1.
     pub fn with_cache_capacity(mut self, capacity: usize) -> Options {