From a35313e5526d3ab6189cda0a72e6e280494319fd Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Fri, 22 Dec 2017 13:45:01 +0100
Subject: [PATCH] Cosmetics

---
 Doc/Sd1/appendix.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Doc/Sd1/appendix.xml b/Doc/Sd1/appendix.xml
index 18b77ffa0..e3a6c2d41 100644
--- a/Doc/Sd1/appendix.xml
+++ b/Doc/Sd1/appendix.xml
@@ -852,9 +852,9 @@ public void test_400() {
 
         <para>Every <abbrev
         xlink:href="https://en.wikipedia.org/wiki/Reverse_Polish_notation">RPN</abbrev>
-        expression may be viewed as a token sequence each having both a token
-        type and a token content. Consider the following expression
-        <code>-1.34 0.34 + sqrt</code> consisting of four tokens:</para>
+        expression may be viewed as a sequence of tokens each having both a
+        type and a content. Consider the following expression <code>-1.34 0.34
+        + sqrt</code> consisting of four tokens:</para>
 
         <screen>Type: Double | Type: Double| Type: Binary plus | Type: square Function
              |             |       operator    |       root
-- 
GitLab