From 631707b4968a011a71294c0be68e122c7d8041d6 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 9 Nov 2016 16:36:57 +0300 Subject: [PATCH] db-docs: remove double period at the end of a sentence --- 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 fe1cf35c66..c668e9b933 100644 --- a/basis/db/db-docs.factor +++ b/basis/db/db-docs.factor @@ -60,7 +60,7 @@ HELP: bind-statement* HELP: { $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 } " as the sole kind of statement; simple statements alias to prepared ones." } ; HELP: