Skip to content

Commit

Permalink
fix docs (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 20, 2022
1 parent 77ff8ae commit 593f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-repository/src/object/tree/mod.rs
Expand Up @@ -67,7 +67,7 @@ impl<'repo> Tree<'repo> {
Ok(None)
}

/// 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.
///
/// # Note
///
Expand Down

0 comments on commit 593f57b

Please sign in to comment.