Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 140ae90

Browse files
jbowesbalshetzer
authored andcommittedMay 17, 2019
Fix small typo in Controller example (#295)
1 parent d74b935 commit 140ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎gomock/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type TestHelper interface {
8484
// defer.
8585
//
8686
// func TestFoo(t *testing.T) {
87-
// ctrl := gomock.NewController(st)
87+
// ctrl := gomock.NewController(t)
8888
// defer ctrl.Finish()
8989
// // ..
9090
// }

0 commit comments

Comments
 (0)
This repository has been archived.