Skip to content

Commit ec31a3a

Browse files
committed
Fix typo
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent a11eb28 commit ec31a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() {
252252
Expect(result).Should(HaveKeyWithValue("fmt", "Println"))
253253
})
254254

255-
It("should return the type and call name when built-in new function is overriden", func() {
255+
It("should return the type and call name when built-in new function is overridden", func() {
256256
pkg := testutils.NewTestPackage()
257257
defer pkg.Close()
258258
pkg.AddFile("main.go", `

0 commit comments

Comments
 (0)