File 1288-Correct-binary-assignment-notice.patch of Package erlang

From 1ebc23b7c7f48e15b6d32fc44b02dab84d1b5ea0 Mon Sep 17 00:00:00 2001
From: Maria Scott <67057258+Maria-12648430@users.noreply.github.com>
Date: Tue, 19 Oct 2021 12:58:00 +0200
Subject: [PATCH 1/2] Correct binary assignment notice

---
 system/doc/reference_manual/expressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 2a2b7758e1..5e0b52c267 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -1264,7 +1264,7 @@ Ei = Value |
 </pre>
     <p>Notice that bit string patterns cannot be nested.</p>
     <p>Notice also that "<c><![CDATA[B=<<1>>]]></c>" is interpreted as
-      "<c><![CDATA[B =<<1>>]]></c>" which is a syntax error. The correct way is
+      "<c><![CDATA[B =< <1>>]]></c>" which is a syntax error. The correct way is
       to write a space after '=': "<c><![CDATA[B= <<1>>]]></c>.</p>
     <p>More examples are provided in
     <seealso marker="doc/programming_examples:bit_syntax">
-- 
2.31.1

openSUSE Build Service is sponsored by