File 0174-Fixed-typo.patch of Package erlang
From 372f15bfb839728da971437694f2349bcc53be1c Mon Sep 17 00:00:00 2001
From: Ali Shirvani <alishirv@pm.me>
Date: Sat, 25 Mar 2023 11:39:48 +0330
Subject: [PATCH] Fixed typo.
---
lib/crypto/doc/src/new_api.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/crypto/doc/src/new_api.xml b/lib/crypto/doc/src/new_api.xml
index 520c259ebb..87d77d0289 100644
--- a/lib/crypto/doc/src/new_api.xml
+++ b/lib/crypto/doc/src/new_api.xml
@@ -263,7 +263,7 @@
{<<240,130,38,96,130,241,189,52,3,190,179,213,132,1,72,
192,103,176,90,104,15,71,158>>,
<<131,47,45,91,142,85,9,244,21,141,214,71,31,135,2,155>>}
- 9>
+ 6>
</code>
<p>The <c>[<<"First bytes">>,<<"Second bytes">>]</c> could of course have been one
single binary: <c><<"First bytesSecond bytes">></c>.
--
2.35.3