db-docs: remove double period at the end of a sentence

char-rename
Alexander Iljin 2016-11-09 16:36:57 +03:00 committed by John Benediktsson
parent b7e64aed9f
commit 631707b496
1 changed files with 1 additions and 1 deletions

View 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>