]> gitweb.factorcode.org Git - factor.git/commitdiff
basis/db/tuples: Minor doc fix for 'select-tuples'
authorotoburb <otoburb@gmail.com>
Sun, 2 Jan 2011 08:27:50 +0000 (08:27 +0000)
committerotoburb <otoburb@gmail.com>
Mon, 14 Mar 2011 06:07:32 +0000 (06:07 +0000)
basis/db/tuples/tuples-docs.factor

index 36e6b4bf2cd4e3c4cc8b59965fe723cab049a2b6..50f60d8adb29aca8e6dcd351a02550a6d5fa080a 100644 (file)
@@ -139,7 +139,7 @@ HELP: select-tuples
 { $values
      { "query/tuple" tuple }
      { "tuples" "an array of tuples" } }
-{ $description "A SQL query is constructed from the slots of the exemplar tuple that are not " { $link f } ". Returns a multiple tuples from the database that match the query constructed from the exemplar tuple." } ;
+{ $description "A SQL query is constructed from the slots of the exemplar tuple that are not " { $link f } ". Returns an array of multiple tuples from the database that match the query constructed from the exemplar tuple." } ;
 
 HELP: count-tuples
 { $values