From 7158de57d07032d8f9a7eabe49b067031196c597 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 21 Jun 2020 14:18:45 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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```.