Skip to content

Commit

Permalink
Merge pull request #272 from trayo/master
Browse files Browse the repository at this point in the history
fix typo floa32 > float32
  • Loading branch information
Andrea Nodari committed Mar 2, 2018
2 parents 49e4233 + 041ae3b commit 6e33911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func HaveKeyWithValue(key interface{}, value interface{}) types.GomegaMatcher {

//BeNumerically performs numerical assertions in a type-agnostic way.
//Actual and expected should be numbers, though the specific type of
//number is irrelevant (floa32, float64, uint8, etc...).
//number is irrelevant (float32, float64, uint8, etc...).
//
//There are six, self-explanatory, supported comparators:
// Ω(1.0).Should(BeNumerically("==", 1))
Expand Down

0 comments on commit 6e33911

Please sign in to comment.