Skip to content

Commit

Permalink
docs(collection): change arrays => objects in comment to match ex…
Browse files Browse the repository at this point in the history
…ample (#1050)
  • Loading branch information
skipjack authored and TrySound committed Mar 15, 2018
1 parent 45520c4 commit a91572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import ReactDOM from 'react-dom';
import { Collection } from 'react-virtualized';
import 'react-virtualized/styles.css'; // only needs to be imported once

// Collection data as an array of arrays
// Collection data as an array of objects
const list = [
{ name: 'Brian Vaughn', x: 13, y: 34, width: 123, height: 234 }
// And so on...
Expand Down

0 comments on commit a91572a

Please sign in to comment.