Fixes grammar in comment

Summary: Closes https://github.com/facebook/react-native/pull/4726

Reviewed By: svcscm

Differential Revision: D2748499

Pulled By: androidtrunkagent

fb-gh-sync-id: cbc6bc7b6692191bc68b8e1782897d17bc01bfa3
This commit is contained in:
Dave Sibiski 2015-12-10 22:50:03 -08:00 committed by facebook-github-bot-7
parent a04e2bed54
commit b78b8f6cab
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
*
* This file provides a set of functions and macros for performance profiling
*
* NOTE: This API is a work in a work in progress, please consider carefully
* before before using it.
* NOTE: This API is a work in progress, please consider carefully before
* using it.
*/
RCT_EXTERN NSString *const RCTProfileDidStartProfiling;