Skip to content

Commit

Permalink
scaladoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacodes authored Jan 10, 2025
1 parent a228335 commit 882453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/org/scalamock/stubs/Stubs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ trait Stubs:
* foo.foo2(1, 1)
*
* foo.foo1.calls // List(2, 2)
* foo.foo2.calls // List((0, 0))
* foo.foo2.calls // List((0, 0), (1, 1))
* }}}
*/
inline def calls[Args <: NonEmptyTuple, R](
Expand Down

0 comments on commit 882453a

Please sign in to comment.