Skip to content

Commit

Permalink
README: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lesiw committed Aug 1, 2024
1 parent 9e83904 commit b27dc04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ Then run `go generate`.
calling this with nil will un-mock the function.
```

Mocks queue. For example, mocking with `(*T)_Func_Return` twice will return the
Mocks queue. For example, mocking with `(*T)._Func_Return` twice will return the
first set of values the next time the function is called, then return the second
set of values in subsequent calls.

### Inspect

```
(*T)._Func_Calls() []_T_Func_Call -> return calls to Func.
```

[embedding]: https://go.dev/doc/effective_go#embedding

0 comments on commit b27dc04

Please sign in to comment.