Skip to content

Commit

Permalink
Merge pull request xeipuuv#132 from williambailey/patch-1
Browse files Browse the repository at this point in the history
Map "regex" formatter to the correct `FormatChecker`.
  • Loading branch information
xeipuuv authored Dec 14, 2016
2 parents e18f006 + a85d60c commit 59f99eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_checkers.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var (
"ipv6": IPV6FormatChecker{},
"uri": URIFormatChecker{},
"uuid": UUIDFormatChecker{},
"regex": UUIDFormatChecker{},
"regex": RegexFormatChecker{},
},
}

Expand Down

0 comments on commit 59f99eb

Please sign in to comment.