Skip to content

Commit befc789

Browse files
📚 docs(delete_case3): Fix typo.
1 parent ad743c8 commit befc789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deletion/delete_case3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const delete_case3 = (n) => {
2828

2929
/**
3030
* If n's parent is black and n's sibling's children are black, then
31-
* repaint n's sibling red. Now all root-leaft paths going through n's
31+
* repaint n's sibling red. Now all root-leaf paths going through n's
3232
* parent have a black height of b - 1. We recurse thus on n's parent.
3333
*
3434
* B >B

0 commit comments

Comments
 (0)