Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 14, 2018
2 parents ac38189 + 91b829d commit fe12266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func Test_Required(t *testing.T) {
Fpoint32 Float32 `json:"float32"`
Fpoint64 Float64 `json:"float64"`
Boolean Bool `json:"boolean"`
Arbitary interface{} `json:"arbitary"`
Arbitrary interface{} `json:"arbitrary"`
}

rules := MapData{
Expand Down

0 comments on commit fe12266

Please sign in to comment.