Skip to content

Commit acd1f55

Browse files
co63oconsi
authored andcommitted
Fix typo
1 parent bae65a0 commit acd1f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func ensureDefaultGomegaIsConfigured() {
178178
// All subsequent arguments will be required to be nil/zero.
179179
//
180180
// This is convenient if you want to make an assertion on a method/function that returns
181-
// a value and an error - a common patter in Go.
181+
// a value and an error - a common pattern in Go.
182182
//
183183
// For example, given a function with signature:
184184
//

0 commit comments

Comments
 (0)