refactor: Update read_buffer/src/lib.rs

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Edd Robinson 2021-01-08 19:29:08 +00:00
parent 23f27e10fa
commit 1d972e01c8
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ pub struct Partition {
// The partition's key
key: String,
// The collection of chunks in the database. Each chunk is uniquely
// The collection of chunks in the partition. Each chunk is uniquely
// identified by a chunk id.
chunks: BTreeMap<u32, Chunk>,