Skip to content

Commit b8d4e6c

Browse files
authored
Changed the comment to reflect the correctness
1 parent 0118245 commit b8d4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infinite-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class InfiniteTree extends events.EventEmitter {
7272
selectable: true,
7373
shouldSelectNode: null,
7474

75-
// Allow user to create - how many rows to be rendered at a time.
75+
// Allow user to define the number of rows, and blocks to be rendered.
7676
rowsInBlock: 50,
7777
blocksInCluster: 4,
7878

0 commit comments

Comments
 (0)