From fdda91ef4105abe5af8ff6e4ce41a2a64fd8b2ae Mon Sep 17 00:00:00 2001 From: James Aylett Date: Tue, 22 Jan 2008 17:19:26 +0000 Subject: [PATCH] Correct documentation comment. git-svn-id: file:///home/xapian-svn/xapian/trunk@9994 6b2f1b92-a4f3-0310-943f-de3cbe41748b --- xapian-core/include/xapian/queryparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-core/include/xapian/queryparser.h b/xapian-core/include/xapian/queryparser.h index d82b8c9ec..3e7b0108a 100644 --- a/xapian-core/include/xapian/queryparser.h +++ b/xapian-core/include/xapian/queryparser.h @@ -213,7 +213,7 @@ class XAPIAN_VISIBILITY_DEFAULT NumberValueRangeProcessor : public ValueRangePro * * For example, if str_ is "$" and prefix_ is true, and the range * processor has been added to the queryparser, the queryparser will - * accept "$10..50" or "$10..50", but not "10..50" or "10..$50" as valid + * accept "$10..50" or "$10..$50", but not "10..50" or "10..$50" as valid * ranges. If str_ is "kg" and prefix_ is false, the queryparser will * accept "10..50kg" or "10kg..50kg", but not "10..50" or "10kg..50" as * valid ranges. -- 2.11.4.GIT