From 6ab60ad916ee75909eef80ef6b7b04aa4da86ce7 Mon Sep 17 00:00:00 2001
From: Johannes Hoermann <j.hoermann@adito.de>
Date: Tue, 12 Nov 2019 15:28:45 +0100
Subject: [PATCH] refactor sqlLib docu

---
 process/Sql_lib/documentation.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Sql_lib/documentation.adoc b/process/Sql_lib/documentation.adoc
index 1f633b820f..06467272b4 100644
--- a/process/Sql_lib/documentation.adoc
+++ b/process/Sql_lib/documentation.adoc
@@ -523,7 +523,7 @@ It is not possible just to replace the SqlCondition by the SqlBuilder. There are
 new SqlBuilder(...)
           .where(...)
 ----
-Therefore, do not use SqlBuilder.begin() anymore - even if it might be still included in your version of Sql_lib, as deprecated method. Use exclusively new SqlBuilder(...) or the shortcut functions newSelect(...), newWhere(...) or newWhereIfSet(...).
+Therefore, do not use `SqlBuilder.begin()` anymore - even if it might be still included in your version of `Sql_lib`, as deprecated method. Use exclusively new `SqlBuilder(...)` or the shortcut functions `newSelect(...)`, `newWhere(...)` or `newWhereIfSet(...)`.
 
 ==== the new .where
 
-- 
GitLab