Skip to content

Commit 3c570b9

Browse files
radekmieyangez
authored andcommitted
Fixed typo. (#2)
1 parent 6eb1fc1 commit 3c570b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>B-Tree <span class="label label-info reset-btree">Order <span id="order-disp
5555

5656
<ul>
5757
<li>Every node has at most <em>m</em> children.</li>
58-
<li>Every internal node has at least <em>ciel( m / 2 )</em> children.</li>
58+
<li>Every internal node has at least <em>ceil( m / 2 )</em> children.</li>
5959
<li>The root node has at least 2 children if it's not a leaf.</li>
6060
<li>A non-leaf node with <em>k</em> children contains <em>k-1</em> keys.</li>
6161
<li>All leaves are on the same level.</li>

0 commit comments

Comments
 (0)