mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 17:33:21 +08:00
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:
committed by
Facebook Github Bot 4
parent
7c3364196a
commit
d16c6e926c
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user