rust/hg-core/src/dirstate_tree/on_disk.rs
changeset 47491 8851acad5906
parent 47478 ca8121d26732
child 47674 ff97e793ed36
--- a/rust/hg-core/src/dirstate_tree/on_disk.rs	Fri Jul 02 02:36:07 2021 +0200
+++ b/rust/hg-core/src/dirstate_tree/on_disk.rs	Thu Jul 01 18:51:18 2021 +0200
@@ -79,7 +79,7 @@
     pub(super) descendants_with_entry_count: Size,
     pub(super) tracked_descendants_count: Size,
 
-    /// Dependending on the value of `state`:
+    /// Depending on the value of `state`:
     ///
     /// * A null byte: `data` is not used.
     ///