Skip to content

Commit 0a070a9

Browse files
author
Arnd R. Strube
committed
Correct typo: /foo/Foo/
1 parent ea8aa41 commit 0a070a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocking_manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ mock().expectOneCall("Foo").withOutputParameterReturning("bar", &outputValue, si
253253
{% highlight c++ %}
254254
void Foo(int *bar)
255255
{
256-
mock().actualCall("foo").withOutputParameter("bar", bar);
256+
mock().actualCall("Foo").withOutputParameter("bar", bar);
257257
}
258258
{% endhighlight %}
259259

0 commit comments

Comments
 (0)