Skip to content

Commit 87f6db7

Browse files
committed
fix docs
1 parent 172f73c commit 87f6db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-index/src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::collections::VecDeque;
1212

1313
/// initialization
1414
impl State {
15-
/// Takes in an oid of a tree object and creates and returns a [`State`][git_index::State] from its children.
15+
/// Takes in an oid of a tree object and creates and returns a [`State`][crate::State] from its children.
1616
pub fn from_tree<Find>(tree: &git_hash::oid, mut find: Find) -> Result<Self, breadthfirst::Error>
1717
where
1818
Find: for<'a> FnMut(&git_hash::oid, &'a mut Vec<u8>) -> Option<TreeRefIter<'a>>,

0 commit comments

Comments
 (0)