File 0384-Fix-typo.patch of Package erlang
From e4282f1aaecfd4a97a324617b9227c854f1491db Mon Sep 17 00:00:00 2001
From: David Ansari <david.ansari@gmx.de>
Date: Sun, 5 Jun 2022 19:23:38 +0200
Subject: [PATCH] Fix typo
---
system/doc/programming_examples/bit_syntax.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/system/doc/programming_examples/bit_syntax.xml b/system/doc/programming_examples/bit_syntax.xml
index cc89f3a469..918ddcfa55 100644
--- a/system/doc/programming_examples/bit_syntax.xml
+++ b/system/doc/programming_examples/bit_syntax.xml
@@ -206,7 +206,7 @@ X:4/little-signed-integer-unit:8</code>
matching, this default value is only valid for the last
element. All other binary elements in matching must have a size
specification.</p>
- <p>The default unit depends on the the type. For <c>integer</c>,
+ <p>The default unit depends on the type. For <c>integer</c>,
<c>float</c>, and <c>bitstring</c> it is 1. For binary it is 8.</p>
<p>The default signedness is <c>unsigned</c>.</p>
<p>The default endianness is <c>big</c>.</p>
@@ -311,8 +311,8 @@ foo(N, Bin) ->
<section>
<title>Binding and Using a Size Variable</title>
<p>There is one exception to the rule that a variable that is
- as size must be previously bound. It is possible to match and
- bind a variable, and use it as a size within the the same
+ used as size must be previously bound. It is possible to match and
+ bind a variable, and use it as a size within the same
binary pattern. For example:</p>
<code type="none"><![CDATA[
--
2.35.3