Skip to content

Commit 3751fce

Browse files
committed
Remove 'just'
1 parent 1e878ff commit 3751fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/virtualcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The function is called with the `item` to be mounted and the `key` as returned f
5858
| -------------------------------------------------- |
5959
| `md [VirtualCollection](#virtualcollection)<object>` |
6060

61-
The collection of items to render. Each item should be treated as immutable, just like props. If an updated item should be rendered, a new item object should be supplied.
61+
The collection of items to render. Each item should be treated as immutable. If an updated item should be rendered, a new item object should be supplied.
6262

6363
If you have an array of items and need to create a `VirtualCollection`, you can use `VirtualArray`.
6464

0 commit comments

Comments
 (0)