Skip to content

Commit db5c037

Browse files
authored
Fix minor typo
1 parent 502099a commit db5c037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ impl<'repo> Diff<'repo> {
287287
Ok(buf)
288288
}
289289

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

0 commit comments

Comments
 (0)