Skip to content

Commit 537ecd4

Browse files
author
Allen Chang
committed
typo error
1 parent 3c9ae53 commit 537ecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/btreeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("BTree Definition", function() {
1212
});
1313

1414
it('the root has at least 2 children if it is not a leaf node', function(){
15-
// test order 3-30
15+
// test order 3-10
1616

1717
// Root must have 2 children if it's not a leaf. if the breadth is > 1 level then must have >=2 children
1818
});

0 commit comments

Comments
 (0)