Skip to content

Commit

Permalink
Merge pull request #56 from sdboyer/patch-1
Browse files Browse the repository at this point in the history
Fix dumb typo in comment
  • Loading branch information
mattfarina authored Jul 7, 2017
2 parents 139cc09 + 3bb858b commit c2e7f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewConstraint(in string) (Constraint, error) {
return newConstraint(in, false, constraintCache)
}

// NewConstraintIC (ImpliedConstraint) is the same as NewConstraint, except that
// NewConstraintIC ("Implied Caret") is the same as NewConstraint, except that
// it treats an absent operator as being equivalent to ^ instead of =.
func NewConstraintIC(in string) (Constraint, error) {
return newConstraint(in, true, constraintCacheIC)
Expand Down

0 comments on commit c2e7f6c

Please sign in to comment.