Skip to content

Commit 593f57b

Browse files
committed
fix docs (#470)
1 parent 77ff8ae commit 593f57b

File tree

1 file changed

+1
-1
lines changed
  • git-repository/src/object/tree

1 file changed

+1
-1
lines changed

git-repository/src/object/tree/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl<'repo> Tree<'repo> {
6767
Ok(None)
6868
}
6969

70-
/// Like [`lookup_path()`][Self::lookup_path()], but takes a `Path` directly via `relative_path`, a path relative to this tree.
70+
/// Like [`lookup_entry()`][Self::lookup_entry()], but takes a `Path` directly via `relative_path`, a path relative to this tree.
7171
///
7272
/// # Note
7373
///

0 commit comments

Comments
 (0)