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.
2 parents 502099a + db5c037 commit 0731960Copy full SHA for 0731960
src/diff.rs
@@ -287,7 +287,7 @@ impl<'repo> Diff<'repo> {
287
Ok(buf)
288
}
289
290
- /// Create an patch ID from a diff.
+ /// Create a patch ID from a diff.
291
pub fn patchid(&self, opts: Option<&mut DiffPatchidOptions>) -> Result<Oid, Error> {
292
let mut raw = raw::git_oid {
293
id: [0; raw::GIT_OID_RAWSZ],
0 commit comments