summaryrefslogtreecommitdiffstats
path: root/vendor/gix-traverse/src/tree/breadthfirst.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-traverse/src/tree/breadthfirst.rs')
-rw-r--r--vendor/gix-traverse/src/tree/breadthfirst.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-traverse/src/tree/breadthfirst.rs b/vendor/gix-traverse/src/tree/breadthfirst.rs
index b0c7ffdf5..115b9a396 100644
--- a/vendor/gix-traverse/src/tree/breadthfirst.rs
+++ b/vendor/gix-traverse/src/tree/breadthfirst.rs
@@ -43,7 +43,7 @@ pub(crate) mod impl_ {
/// * the tree to iterate in a nested fashion.
/// * `state` - all state used for the iteration. If multiple iterations are performed, allocations can be minimized by reusing
/// this state.
- /// * `find` - a way to lookup new object data during traversal by their ObjectId, writing their data into buffer and returning
+ /// * `find` - a way to lookup new object data during traversal by their `ObjectId`, writing their data into buffer and returning
/// an iterator over entries if the object is present and is a tree. Caching should be implemented within this function
/// as needed. The return value is `Option<TreeIter>` which degenerates all error information. Not finding a commit should also
/// be considered an errors as all objects in the tree DAG should be present in the database. Hence [`Error::NotFound`] should