diff --git a/Libraries/CustomComponents/ListView/ListView.js b/Libraries/CustomComponents/ListView/ListView.js index 0a03bd38b..abec1a6e0 100644 --- a/Libraries/CustomComponents/ListView/ListView.js +++ b/Libraries/CustomComponents/ListView/ListView.js @@ -87,7 +87,7 @@ var SCROLLVIEW_REF = 'listviewscroll'; * smoothly while dynamically loading potentially very large (or conceptually * infinite) data sets: * - * * Only re-render changed rows - the hasRowChanged function provided to the + * * Only re-render changed rows - the rowHasChanged function provided to the * data source tells the ListView if it needs to re-render a row because the * source data has changed - see ListViewDataSource for more details. *