]> gitweb.factorcode.org Git - factor.git/commitdiff
db-docs: remove double period at the end of a sentence
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 9 Nov 2016 13:36:57 +0000 (16:36 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Jan 2017 17:33:02 +0000 (09:33 -0800)
basis/db/db-docs.factor

index fe1cf35c66023754ed5b4636a6a1a1f2c4e9e462..c668e9b9330a26505b476cfe4a232262658309d2 100644 (file)
@@ -60,7 +60,7 @@ HELP: bind-statement*
 HELP: <simple-statement>
 { $values { "string" string } { "in" sequence } { "out" sequence }
     { "statement" statement } }
-{ $description "Makes a new simple statement object from the given parameters.." }
+{ $description "Makes a new simple statement object from the given parameters." }
 { $warning "Using a simple statement can lead to SQL injection attacks in PostgreSQL. The Factor database implementation for SQLite only uses " { $link <prepared-statement> } " as the sole kind of statement; simple statements alias to prepared ones." } ;
 
 HELP: <prepared-statement>