File 0459-Minor-grammatical-fix.patch of Package erlang
From 5f6e4cda2bce94f5525fd77f7e424f7c717695bd Mon Sep 17 00:00:00 2001
From: Luke Bakken <luke@bakken.io>
Date: Mon, 29 Aug 2022 12:29:25 -0700
Subject: [PATCH] Minor grammatical fix
Found while working on rabbitmq/rabbitmq-server#5551
---
lib/stdlib/doc/src/unicode.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/unicode.xml b/lib/stdlib/doc/src/unicode.xml
index 1f0133de67..1ebd5de55a 100644
--- a/lib/stdlib/doc/src/unicode.xml
+++ b/lib/stdlib/doc/src/unicode.xml
@@ -37,7 +37,7 @@
representations. It converts between ISO Latin-1 characters and Unicode
characters, but it can also convert between different Unicode encodings
(like UTF-8, UTF-16, and UTF-32).</p>
- <p>The default Unicode encoding in Erlang is in binaries UTF-8, which is also
+ <p>The default Unicode encoding in Erlang binaries is UTF-8, which is also
the format in which built-in functions and libraries in OTP expect to find
binary Unicode data. In lists, Unicode data is encoded as integers, each
integer representing one character and encoded simply as the Unicode code
--
2.35.3