We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8063e commit 6db5851Copy full SHA for 6db5851
src/repo.rs
@@ -1156,7 +1156,7 @@ impl Repository {
1156
}
1157
1158
1159
- /// Creates a `AnnotatedCommit` from the given commit id.
+ /// Creates an `AnnotatedCommit` from the given commit id.
1160
pub fn find_annotated_commit(&self, id: Oid) -> Result<AnnotatedCommit<'_>, Error> {
1161
unsafe {
1162
let mut raw = ptr::null_mut();
0 commit comments