Fixed typo
authorDennis Schafroth <dennis@indexdata.com>
Tue, 13 Jul 2010 20:22:31 +0000 (22:22 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 13 Jul 2010 20:22:31 +0000 (22:22 +0200)
src/facet.asn

index d5f399d..e4adea1 100644 (file)
@@ -7,7 +7,7 @@ FacetList ::= SEQUENCE OF FacetField;
 FacetField ::= SEQUENCE {
   -- attributes will specify:
   --   1=use (field name)
-  --   3=sortorder 0=most frequent, 1=least frequent, ..
+  --   2=sortorder 0=most frequent, 1=least frequent, ..
   --   3=limit (integer)
   attributes [1] IMPLICIT AttributeList,
   terms [2] IMPLICIT SEQUENCE OF FacetTerm OPTIONAL