From 69e67e44ac0231095ae127a57c4e16b80411ffe7 Mon Sep 17 00:00:00 2001 From: Daria Vladykina Date: Tue, 13 Aug 2024 16:53:43 +0200 Subject: [PATCH] Added punctuation specification for slashes --- xml/docu_styleguide.language.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/docu_styleguide.language.xml b/xml/docu_styleguide.language.xml index 4d9360e..25aec68 100644 --- a/xml/docu_styleguide.language.xml +++ b/xml/docu_styleguide.language.xml @@ -477,7 +477,8 @@ Do not use slashes except when they are part of a standard technical term, such as TCP/IP or - client/server. + client/server. Do not add spaces on either side + of a forward slash.