Skip to content

Commit 0731960

Browse files
authored
Merge pull request rust-lang#1013 from dciug/patch-1
Fix minor typo
2 parents 502099a + db5c037 commit 0731960

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)