Skip to content

Commit

Permalink
fix typo floa32 > float32
Browse files Browse the repository at this point in the history
  • Loading branch information
trayo committed Mar 1, 2018
1 parent 49e4233 commit 041ae3b
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 041ae3b

Please sign in to comment.