Fix typo in ListViewDataSource documentation.

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

Differential Revision: D3384941

Pulled By: javache

fbshipit-source-id: 8a9a9c3dbf8f921ee3f6597154347ec102783415
This commit is contained in:
sheparddw 2016-06-03 06:20:18 -07:00 committed by Facebook Github Bot 4
parent 7c3364196a
commit d16c6e926c
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class ListViewDataSource {
* construction an extractor to get the interesting information was defined
* (or the default was used).
*
* The `rowIdentities` is is a 2D array of identifiers for rows.
* The `rowIdentities` is a 2D array of identifiers for rows.
* ie. [['a1', 'a2'], ['b1', 'b2', 'b3'], ...]. If not provided, it's
* assumed that the keys of the section data are the row identities.
*