Skip to content

Commit

Permalink
docs(dsl): correct godoc comment on Expect func (#643)
Browse files Browse the repository at this point in the history
patter -> pattern
  • Loading branch information
jimmyfielding committed Feb 27, 2023
1 parent 99d8605 commit a84e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomega_dsl.go
Expand Up @@ -204,7 +204,7 @@ func Ω(actual interface{}, extra ...interface{}) Assertion {
// All subsequent arguments will be required to be nil/zero.
//
// This is convenient if you want to make an assertion on a method/function that returns
// a value and an error - a common patter in Go.
// a value and an error - a common pattern in Go.
//
// For example, given a function with signature:
//
Expand Down

0 comments on commit a84e340

Please sign in to comment.