Skip to content

Commit 405707d

Browse files
Fix mistake in isEmpty documentation
1 parent b11c380 commit 405707d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SymbolTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SymbolTree {
5555
}
5656

5757
/**
58-
* Returns true if the object has any children.
58+
* Returns false if the object has any children. Otherwise it returns true.
5959
*
6060
* `O(1)`
6161
*

0 commit comments

Comments
 (0)