]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sorting/specification/specification-docs.factor
sorting.specification: add quot to sort specs for working with json etc
[factor.git] / basis / sorting / specification / specification-docs.factor
index fb87d2667a032eabf75fb36002c7c4ff25aa3979..643227283f71347ed0e2599b034c0df038383d9e 100644 (file)
@@ -8,7 +8,7 @@ HELP: compare-with-spec
 { $values
   { "obj1" object }
   { "obj2" object }
-  { "sort-spec" "a sequence of sequences of accessors and a comparator" }
+  { "sort-spec" "a sequence of sequences of accessors/quotations and a comparator" }
   { "<=>" { $link +lt+ } ", " { $link +eq+ } " or " { $link +gt+ } }
 }
 { $description "Compares two objects using a chain of intrinsic linear orders such that if two objects are " { $link +eq+ } ", then the next ordering is tried." } ;