We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ff8ae commit 593f57bCopy full SHA for 593f57b
git-repository/src/object/tree/mod.rs
@@ -67,7 +67,7 @@ impl<'repo> Tree<'repo> {
67
Ok(None)
68
}
69
70
- /// Like [`lookup_path()`][Self::lookup_path()], but takes a `Path` directly via `relative_path`, a path relative to this tree.
+ /// Like [`lookup_entry()`][Self::lookup_entry()], but takes a `Path` directly via `relative_path`, a path relative to this tree.
71
///
72
/// # Note
73
0 commit comments