db.{tuples,types}-docs: fix an indefinite article
Replace "a SQL" with "an SQL".windows-high-dpi
parent
03a18c060b
commit
e077aad163
|
@ -134,13 +134,13 @@ HELP: select-tuple
|
||||||
{ $values
|
{ $values
|
||||||
{ "query/tuple" tuple }
|
{ "query/tuple" tuple }
|
||||||
{ "tuple/f" { $maybe tuple } } }
|
{ "tuple/f" { $maybe tuple } } }
|
||||||
{ $description "A SQL query is constructed from the slots of the exemplar tuple that are not " { $link f } ". Returns a single tuple from the database if it matches the query constructed from the exemplar tuple." } ;
|
{ $description "An SQL query is constructed from the slots of the exemplar tuple that are not " { $link f } ". Returns a single tuple from the database if it matches the query constructed from the exemplar tuple." } ;
|
||||||
|
|
||||||
HELP: select-tuples
|
HELP: select-tuples
|
||||||
{ $values
|
{ $values
|
||||||
{ "query/tuple" tuple }
|
{ "query/tuple" tuple }
|
||||||
{ "tuples" "an array of tuples" } }
|
{ "tuples" "an array of tuples" } }
|
||||||
{ $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." } ;
|
{ $description "An 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
|
HELP: count-tuples
|
||||||
{ $values
|
{ $values
|
||||||
|
|
|
@ -97,12 +97,12 @@ HELP: user-assigned-id-spec?
|
||||||
|
|
||||||
HELP: bind#
|
HELP: bind#
|
||||||
{ $values
|
{ $values
|
||||||
{ "spec" "a SQL spec" } { "obj" object } }
|
{ "spec" "an SQL spec" } { "obj" object } }
|
||||||
{ $description "A generic word that lets a database construct a literal binding." } ;
|
{ $description "A generic word that lets a database construct a literal binding." } ;
|
||||||
|
|
||||||
HELP: bind%
|
HELP: bind%
|
||||||
{ $values
|
{ $values
|
||||||
{ "spec" "a SQL spec" } }
|
{ "spec" "an SQL spec" } }
|
||||||
{ $description "A generic word that lets a database output a binding." } ;
|
{ $description "A generic word that lets a database output a binding." } ;
|
||||||
|
|
||||||
HELP: db-assigned-id-spec?
|
HELP: db-assigned-id-spec?
|
||||||
|
@ -120,23 +120,23 @@ HELP: find-primary-key
|
||||||
|
|
||||||
HELP: no-sql-type
|
HELP: no-sql-type
|
||||||
{ $values
|
{ $values
|
||||||
{ "type" "a SQL type" } }
|
{ "type" "an SQL type" } }
|
||||||
{ $description "Throws an error containing an SQL type that is unsupported or the result of a typo." } ;
|
{ $description "Throws an error containing an SQL type that is unsupported or the result of a typo." } ;
|
||||||
|
|
||||||
HELP: normalize-spec
|
HELP: normalize-spec
|
||||||
{ $values
|
{ $values
|
||||||
{ "spec" "a SQL spec" } }
|
{ "spec" "an SQL spec" } }
|
||||||
{ $description "Normalizes an SQL spec." } ;
|
{ $description "Normalizes an SQL spec." } ;
|
||||||
|
|
||||||
HELP: primary-key?
|
HELP: primary-key?
|
||||||
{ $values
|
{ $values
|
||||||
{ "spec" "a SQL spec" }
|
{ "spec" "an SQL spec" }
|
||||||
{ "?" boolean } }
|
{ "?" boolean } }
|
||||||
{ $description "Returns true if an SQL spec is a primary key." } ;
|
{ $description "Returns true if an SQL spec is a primary key." } ;
|
||||||
|
|
||||||
HELP: relation?
|
HELP: relation?
|
||||||
{ $values
|
{ $values
|
||||||
{ "spec" "a SQL spec" }
|
{ "spec" "an SQL spec" }
|
||||||
{ "?" boolean } }
|
{ "?" boolean } }
|
||||||
{ $description "Returns true if an SQL spec is a relation." } ;
|
{ $description "Returns true if an SQL spec is a relation." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue