Skip to content

Commit

Permalink
types: Tiny cleanup (#1270)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
shenli committed May 31, 2016
1 parent a05f3fd commit ced939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/types/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

var (
// ErrValueTruncated is used when a value has been truncated during convertion.
// ErrValueTruncated is used when a value has been truncated during conversion.
ErrValueTruncated = errors.New("value has been truncated")
)

Expand Down

0 comments on commit ced939d

Please sign in to comment.