diff --git a/doc/TODO b/doc/TODO
index d35938afe951ef79c11a0cd4f487445c6fd95b0a..9085dbb923047f46598a3f0541126f390043a69e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -117,7 +117,7 @@ TYPES
 * Remove Money type, add money formatting for decimal type
 * Declare typein/out functions in pg_proc with a special "C string" data type
 * Add non-large-object binary field
-* Add index on NUMERIC/DECIMAL type
+* -Add index on NUMERIC/DECIMAL type
 * Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
 * Functions returning sets don't really work right[function]