Skip to content

Commit 0828909

Browse files
committed
Merge pull request #125 from joshtriplett/ObjectType-Any-typo
Fix description of ObjectType::Any
2 parents 6385b8e + 9334fa9 commit 0828909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub enum ResetType {
277277
/// An enumeration all possible kinds objects may have.
278278
#[derive(PartialEq, Eq, Copy, Clone, Debug)]
279279
pub enum ObjectType {
280-
/// An object which corresponds to a any git object
280+
/// Any kind of git object
281281
Any,
282282
/// An object which corresponds to a git commit
283283
Commit,

0 commit comments

Comments
 (0)