Skip to content

Commit 7cd9799

Browse files
committed
update
1 parent 348044d commit 7cd9799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ console.log(deque.front()); // 20
189189
```
190190

191191
### .popBack()
192-
dequeue the front element in the queue. It uses a pointer to get the back element and only remove popped elements when reaching half size of the queue.
192+
removes the back element in the queue. It uses a pointer to get the back element and only remove popped elements when reaching half size of the queue.
193193

194194
<table>
195195
<tr>

0 commit comments

Comments
 (0)