From eea416aadea70273ace66975f1bac2f99c723685 Mon Sep 17 00:00:00 2001 From: Antonio Mallia Date: Sun, 27 Jan 2019 22:30:19 -0500 Subject: [PATCH] Typo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index cc5e634..b1fe5cb 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ ASAP === * Write tests for raxCompare(). -* Test the insertion of strings greater then 512 MB. Add unit test for empty. +* Test the insertion of strings greater than 512 MB. Add unit test for empty. string set/get and iteration. * Avoid fixing the parent link if the node is the same, if this makes a speed difference because of the avoided cache miss. * Check if reclaiming nodes from first to last child is a performance improvement in `radtreeFree()`.