From 003b9458f6403522c1719499e3da4eaf73a76d11 Mon Sep 17 00:00:00 2001 From: Championrunner Date: Fri, 26 Jul 2019 12:22:53 +0530 Subject: [PATCH] Update RCTTurboModule.mm --- ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm b/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm index dc6bf4bc408550..5d5e4ecb59e885 100644 --- a/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm +++ b/ReactCommon/turbomodule/core/platform/ios/RCTTurboModule.mm @@ -360,7 +360,7 @@ void cleanup() { } // namespace /** - * Given a method name, and an argument index, return type type of that argument. + * Given a method name, and an argument index, return type of that argument. * Prerequisite: You must wrap the method declaration inside some variant of the * RCT_EXPORT_METHOD macro. *