Commit b698121
committed
Fix incorrect comments
The previous comment incorrectly stated that the middle node
would be returned. However, the function is a boolean function
that returns true or false depending on whether the deletion
was successful. This commit updates the description to clarify
that the node is deleted, not returned.
Change-Id: If622f30a5df04b14602b922f7dd1fb8ceabfaefd1 parent 9b72b2b commit b698121
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments