chore: fix typo (#6885)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
Ruihang Xia
2025-09-02 19:43:25 -07:00
committed by Yingwen
parent 8f997e731a
commit f1043bb4cc

View File

@@ -354,7 +354,7 @@ impl VersionBuilder {
self
}
/// Sets truncated entty id.
/// Sets truncated entry id.
pub(crate) fn truncated_entry_id(mut self, entry_id: Option<EntryId>) -> Self {
self.truncated_entry_id = entry_id;
self