From c581ea82e2b8891a9006b5f5b0e025b47102a2d0 Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Tue, 21 Nov 2017 10:57:43 +0100 Subject: [PATCH] Doc fixes. --- lib/modules/Sql.pmod/pgsql.pike | 2 +- lib/modules/Tools.pmod/Hilfe.pmod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules/Sql.pmod/pgsql.pike b/lib/modules/Sql.pmod/pgsql.pike index 3cfcee54c6..964733a8d3 100644 --- a/lib/modules/Sql.pmod/pgsql.pike +++ b/lib/modules/Sql.pmod/pgsql.pike @@ -48,7 +48,7 @@ //! Check the PostgreSQL documentation for further details. //! //! @note -//! Multiple simultaneous queries on the same database connection is a +//! Multiple simultaneous queries on the same database connection are a //! feature that none of the other database drivers for Pike support. //! So, although it's efficient, its use will make switching database drivers //! difficult. diff --git a/lib/modules/Tools.pmod/Hilfe.pmod b/lib/modules/Tools.pmod/Hilfe.pmod index 1579cd31a4..dd98800982 100644 --- a/lib/modules/Tools.pmod/Hilfe.pmod +++ b/lib/modules/Tools.pmod/Hilfe.pmod @@ -2222,7 +2222,7 @@ class Evaluator { if (sizeof(hch_warnings)) safe_write(hch_warnings); } - }; + } //! Creates a wrapper and compiles the pike code @[f] in it. //! If a new variable is compiled to be tested, its name -- GitLab