Skip to content

Commit

Permalink
golint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Nov 10, 2015
1 parent b680f33 commit 0b411fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// MissingB designates a path taht was missing from the second
// argument of the diff.
MissingB
// Different designates a path that is found in both
// DifferentValue designates a path that is found in both
// arguments, but with different values.
DifferentValue
)
Expand Down

0 comments on commit 0b411fe

Please sign in to comment.