From: Dennis Schafroth Date: Tue, 13 Jul 2010 20:22:31 +0000 (+0200) Subject: Fixed typo X-Git-Tag: v4.0.12~68 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=df84e4897abc4565fe11adead30b99d9634b41b1;ds=sidebyside Fixed typo --- diff --git a/src/facet.asn b/src/facet.asn index d5f399d..e4adea1 100644 --- a/src/facet.asn +++ b/src/facet.asn @@ -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