Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eyas-ranjous committed Jan 31, 2023
1 parent 0356b59 commit 9a7e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ removes a node from the tree by its reference.
```js
const n20 = employees.findKey(20);
employees.removeNode(e20); // true
employees.removeNode(n20); // true

const n50 = employees.findKey(50);
employees.removeNode(n50); // true
Expand Down

0 comments on commit 9a7e225

Please sign in to comment.