From 9195c1ffe6c049a1c5fe343583bb738a5b3046e3 Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Wed, 15 Sep 2021 15:57:21 -0500 Subject: [PATCH] doc --- bucket_map/src/bucket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket_map/src/bucket.rs b/bucket_map/src/bucket.rs index 5cddff8be9..e143e69d4e 100644 --- a/bucket_map/src/bucket.rs +++ b/bucket_map/src/bucket.rs @@ -13,7 +13,7 @@ use std::path::PathBuf; use std::sync::atomic::Ordering; use std::sync::Arc; -// >= 2 instances of this per 'bucket' in the bucket map. 1 for index, >= 1 for data +// >= 2 instances of DataBucket per 'bucket' in the bucket map. 1 for index, >= 1 for data pub struct Bucket { drives: Arc>, //index