fix: typo codespelling comment

This commit is contained in:
slowy07
2021-07-24 17:38:47 +07:00
parent 96f4ce02a3
commit 2f3e2e39cc
6 changed files with 8 additions and 8 deletions

View File

@@ -384,7 +384,7 @@ TEST(ActionInterfaceTest, MakeAction) {
EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5)));
}
// Tests that Action<F> can be contructed from a pointer to
// Tests that Action<F> can be constructed from a pointer to
// ActionInterface<F>.
TEST(ActionTest, CanBeConstructedFromActionInterface) {
Action<MyGlobalFunction> action(new MyActionImpl);