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

Commit dd8d2a2

Browse files
abelharisovbalshetzer
authored andcommittedJul 13, 2019
fix small typo in comments (#314)
1 parent 140ae90 commit dd8d2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gomock/call.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (c *Call) satisfied() bool {
276276
return c.numCalls >= c.minCalls
277277
}
278278

279-
// Returns true iff the maximum number of calls have been made.
279+
// Returns true if the maximum number of calls have been made.
280280
func (c *Call) exhausted() bool {
281281
return c.numCalls >= c.maxCalls
282282
}

0 commit comments

Comments
 (0)
This repository has been archived.