From b92603b395f1727569bf89afd31ca99508314d1e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 15 Apr 2010 19:33:33 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=32475 --- doc/README.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.developer b/doc/README.developer index 7a58c95ecd..2a44c88d67 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -1749,7 +1749,7 @@ date should be displayed as "{monthname}, {month} {day_of_month}, {year}" or as "{year/day_of_year}". Additionally, BASE_NONE is used for 'display' as a NULL-value. That is, for -for non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield +non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield FT_BOOLEANs, you'll want to use BASE_NONE in the 'display' field. You may not use BASE_NONE for integers.