From 93f2cf54729ab6f7fbcc8840ce18a6eb92a14485 Mon Sep 17 00:00:00 2001
From: Kristof Szabados <Kristof.Szabados@ericsson.com>
Date: Wed, 8 May 2019 13:50:51 +0200
Subject: [PATCH] should have the same coloring.

Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com>
---
 usrguide/referenceguide/12-tips_&_troubleshooting.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usrguide/referenceguide/12-tips_&_troubleshooting.adoc b/usrguide/referenceguide/12-tips_&_troubleshooting.adoc
index 96b843616..3a52681dc 100644
--- a/usrguide/referenceguide/12-tips_&_troubleshooting.adoc
+++ b/usrguide/referenceguide/12-tips_&_troubleshooting.adoc
@@ -33,7 +33,7 @@ If you would like to use a logged value in TTCN–3 code, then using the `logfor
 +
 * If an octetstring value contains only visible ASCII characters, then the hexadecimal octetstring notation is followed by its character string representation between quotation marks and parentheses. Delete the character string (including the parentheses).
 +
-* If a `record`, `set`, `record of` or set of value contains no fields or elements, then the logformat utility changes the value from `{}` to `{(empty)}` in the log. Delete the word (empty) (including parentheses).
+* If a `record`, `set`, `record of` or `set of` value contains no fields or elements, then the logformat utility changes the value from `{}` to `{(empty)}` in the log. Delete the word (empty) (including parentheses).
 
 [[using-the-ttcn-3-preprocessing-functionality]]
 == Using the TTCN-3 Preprocessing Functionality
-- 
GitLab