diff --git a/README.md b/README.md index a1274a3..83d76d2 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ Returns the length of the queue. * **getHeap()** -Returns an array representation of the binary heap backing the priority queue. Note this contains a dummy ```null``` element at index ```0```. +Returns an array representation of the binary heap backing the priority queue. Note that this contains a dummy ```null``` element at index ```0```.