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

Commit

Permalink
Fix small typo in Controller example (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes authored and balshetzer committed May 17, 2019
1 parent d74b935 commit 140ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomock/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type TestHelper interface {
// defer.
//
// func TestFoo(t *testing.T) {
// ctrl := gomock.NewController(st)
// ctrl := gomock.NewController(t)
// defer ctrl.Finish()
// // ..
// }
Expand Down

0 comments on commit 140ae90

Please sign in to comment.