Updated TODO list.
diff --git a/TODO b/TODO
index 7eaf300..4f1e4c0 100644
--- a/TODO
+++ b/TODO
@@ -16,10 +16,9 @@
 - Understand why "slower" consumer code is faster and more consistent when performing single-item
 	publishes
 
-- Cursors should probably all be created at the same time to keep them as close together as possible:
+- Cursors should probably all be created at the same time in wireup to keep them as close together as possible:
   https://news.ycombinator.com/item?id=7800825
 
-
 - I need to get some help doing some low-level profiling the application to find out where
   the bottlenecks are and determining how the Go scheduler is hindering performance, if at all.