Skip to content

Commit 79e570d

Browse files
authored
docs: fix incorrect variable names (#8)
1 parent 9895234 commit 79e570d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function RowVirtualizerFixed() {
260260

261261
```js
262262
const {
263-
items: [
263+
virtualItems: [
264264
{ index, start, size, end, measureRef },
265265
/* ... */
266266
],
@@ -307,7 +307,7 @@ const {
307307

308308
### Returns
309309

310-
- `items: Array<item>`
310+
- `virtualItems: Array<item>`
311311
- `item: Object`
312312
- `index: Integer`
313313
- The index of the item

0 commit comments

Comments
 (0)