[react-native] Fix capitalization of "REact"

This commit is contained in:
Ben Alpert
2015-04-27 13:55:01 -07:00
parent 3f723f451d
commit dd56ccb9c7
12 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
@end
// TODO: this is kinda dumb - let's come up with a
// better way of identifying root react views please!
// better way of identifying root React views please!
static inline BOOL RCTIsReactRootView(NSNumber *reactTag) {
return reactTag.integerValue % 10 == 1;
}