diff --git a/matchers.go b/matchers.go index b064925c6..29ac9bf6d 100644 --- a/matchers.go +++ b/matchers.go @@ -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))