Skip to content

Commit 096eca3

Browse files
committed
Typo fixed
1 parent 717794d commit 096eca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deque/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Those empty spots at the front only get used when you call `enqueueFront()`. But
281281

282282
Recall that `capacity` is the original number of empty places at the front of the queue. If the `head` has advanced more to the right than twice the capacity, then it's time to trim off a bunch of these empty spots. We reduce it to about 25%.
283283

284-
> **Note:** he deque will keep at least its original capacity by comparing `capacity` to `originalCapacity`.
284+
> **Note:** The deque will keep at least its original capacity by comparing `capacity` to `originalCapacity`.
285285
286286
For example, this:
287287

0 commit comments

Comments
 (0)