doc: fix typos

Co-authored-by: Ragnar <rodiondenmark@gmail.com>
Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
This commit is contained in:
fanquake
2025-05-29 15:05:30 +01:00
parent c797e50dda
commit e50312eab0
20 changed files with 24 additions and 26 deletions

View File

@@ -324,7 +324,7 @@ private:
ChunkIndex m_main_chunkindex;
/** Number of index-observing objects in existence (BlockBuilderImpls). */
size_t m_main_chunkindex_observers{0};
/** Cache of discarded ChunkIndex node handles to re-use, avoiding additional allocation. */
/** Cache of discarded ChunkIndex node handles to reuse, avoiding additional allocation. */
std::vector<ChunkIndex::node_type> m_main_chunkindex_discarded;
/** A Locator that describes whether, where, and in which Cluster an Entry appears.