Update pageserver/src/keyspace.rs

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2023-03-20 14:24:55 +02:00
parent 9b9b125d13
commit 7d4ebf8485

View File

@@ -144,7 +144,7 @@ impl KeySpaceAccum {
///
/// A helper object, to collect a set of keys and key ranges into a KeySpace
/// object. Key ranages may be inserted in any order and can overlap.
/// object. Key ranges may be inserted in any order and can overlap.
///
#[derive(Clone, Debug, Default)]
pub struct KeySpaceRandomAccum {