]> gitweb.factorcode.org Git - factor.git/commitdiff
db-docs: add a missing space
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 25 Dec 2017 23:38:57 +0000 (00:38 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Jan 2018 21:40:14 +0000 (13:40 -0800)
basis/db/db-docs.factor

index 7e711aa90c1f17b8ec9d48d29a9e95be2b2e68d0..742322733bcd43c4c390830daf5034e2b3a8a35e 100644 (file)
@@ -14,7 +14,7 @@ HELP: new-db-connection
 
 HELP: db-open
 { $values { "db" "a database configuration object" } { "db-connection" db-connection } }
-{ $description "Opens a database using the configuration data stored in a " { $snippet "database configuration object" } "tuple. The database object now references a database handle that must be cleaned up. Therefore, it is better to use the " { $link with-db } " combinator than calling this word directly." } ;
+{ $description "Opens a database using the configuration data stored in a " { $snippet "database configuration object" } " tuple. The database object now references a database handle that must be cleaned up. Therefore, it is better to use the " { $link with-db } " combinator than calling this word directly." } ;
 
 HELP: db-close
 { $values { "handle" alien } }