fix: typo codespelling comment
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user