Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Scaladoc example mistake #406

Closed
dodnert opened this issue Aug 18, 2021 · 0 comments · Fixed by #407
Closed

Minor Scaladoc example mistake #406

dodnert opened this issue Aug 18, 2021 · 0 comments · Fixed by #407

Comments

@dodnert
Copy link
Contributor

dodnert commented Aug 18, 2021

The Scaladoc text here defines a variable named mockIncrement on the first line, but then incorrectly uses it with the name m on the following line.

val mockIncrement = mockFunction[Int, Int]
m expects (*) onCall { _ + 1 }
dodnert added a commit to dodnert/ScalaMock that referenced this issue Aug 18, 2021
barkhorn pushed a commit that referenced this issue Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant