Skip to content

Commit 6db5851

Browse files
alexanderkjallalexcrichton
authored andcommitted
fixed a documentation typo
1 parent 6b8063e commit 6db5851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ impl Repository {
11561156
}
11571157
}
11581158

1159-
/// Creates a `AnnotatedCommit` from the given commit id.
1159+
/// Creates an `AnnotatedCommit` from the given commit id.
11601160
pub fn find_annotated_commit(&self, id: Oid) -> Result<AnnotatedCommit<'_>, Error> {
11611161
unsafe {
11621162
let mut raw = ptr::null_mut();

0 commit comments

Comments
 (0)