File 0546-stdlib-Add-missing-word-to-c-ni-0-docs.patch of Package erlang
From e8077434669c95005c0b956109e007eaa3186d04 Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Wed, 15 Nov 2023 14:33:44 +0100
Subject: [PATCH] stdlib: Add missing word to c:ni/0 docs
---
lib/stdlib/doc/src/c.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml
index 343c384cb6..d924a31a27 100644
--- a/lib/stdlib/doc/src/c.xml
+++ b/lib/stdlib/doc/src/c.xml
@@ -262,7 +262,7 @@
<desc>
<p><c>i/0</c> displays system information, listing
information about all processes. <c>ni/0</c> does the same,
- but for all nodes the network.</p>
+ but for all nodes in the network.</p>
</desc>
</func>
--
2.35.3