From 0b7ed3bdb94a18256d0ad9bea724b7d44a991623 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 26 Jul 2010 08:11:51 -0700 Subject: [PATCH] db: fix typo in docs. --- basis/db/db-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/db/db-docs.factor b/basis/db/db-docs.factor index 13af6d1090..66c9f32f7f 100644 --- a/basis/db/db-docs.factor +++ b/basis/db/db-docs.factor @@ -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."