Skip to content

Commit

Permalink
Merge pull request #1013 from dciug/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
ehuss committed Jan 27, 2024
2 parents 502099a + db5c037 commit 0731960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl<'repo> Diff<'repo> {
Ok(buf)
}

/// Create an patch ID from a diff.
/// Create a patch ID from a diff.
pub fn patchid(&self, opts: Option<&mut DiffPatchidOptions>) -> Result<Oid, Error> {
let mut raw = raw::git_oid {
id: [0; raw::GIT_OID_RAWSZ],
Expand Down

0 comments on commit 0731960

Please sign in to comment.