db: fix typo in docs.

db4
John Benediktsson 2010-07-26 08:11:51 -07:00
parent b0ec82c64e
commit 0b7ed3bdb9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ HELP: dispose-statements
{ $description "Disposes an associative list of statements." } ;
HELP: statement
{ $description "A " { $snippet "statement" } " stores the information about a statemen, such as the SQL statement text, the in/out parameters, and type information." } ;
{ $description "A " { $snippet "statement" } " stores the information about a statement, such as the SQL statement text, the in/out parameters, and type information." } ;
HELP: result-set
{ $description "An object encapsulating a raw SQL result object. There are two ways in which a result set can be accessed, but they are specific to the database backend in use."