Skip to content

Commit

Permalink
Merge pull request rust-lang#125 from joshtriplett/ObjectType-Any-typo
Browse files Browse the repository at this point in the history
Fix description of ObjectType::Any
  • Loading branch information
alexcrichton committed Mar 29, 2016
2 parents 6385b8e + 9334fa9 commit 0828909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pub enum ResetType {
/// An enumeration all possible kinds objects may have.
#[derive(PartialEq, Eq, Copy, Clone, Debug)]
pub enum ObjectType {
/// An object which corresponds to a any git object
/// Any kind of git object
Any,
/// An object which corresponds to a git commit
Commit,
Expand Down

0 comments on commit 0828909

Please sign in to comment.