diff --git a/process/Sql_lib/documentation.adoc b/process/Sql_lib/documentation.adoc
index 1f633b820fd5d734230e53d26a392d931035039b..06467272b45b1a07a2680610a04ab9360b97c951 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