0

Fix misspelled function name in mojo_testing.md

Bug: None
Change-Id: I526986e59d4d5080d298620ff1473838f385cb6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3963638
Commit-Queue: Shuhai Peng <shuhai.peng@intel.com>
Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1061329}
This commit is contained in:
Shuhai Peng
2022-10-19 23:57:50 +00:00
committed by Chromium LUCI CQ
parent 7004ff874c
commit 376a0cb188

@ -23,7 +23,7 @@ class Incrementer {
public:
Incrementer();
void SetServiceForTest(
void SetServiceForTesting(
mojo::PendingRemote<mojom::IncrementerService> service);
// The underlying service is async, so this method is too.