File 5411-Documentation-update-discussed-in-issue-8030.patch of Package erlang
From 5bc0515561f1edb873712910fbb1d59538f99a72 Mon Sep 17 00:00:00 2001
From: Marko Mindek <marko.mindek@gmail.com>
Date: Fri, 26 Jan 2024 14:54:01 +0100
Subject: [PATCH] Documentation update discussed in issue 8030
---
system/doc/reference_manual/documentation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/reference_manual/documentation.md b/system/doc/reference_manual/documentation.md
index 7eb351204e..2340a496c3 100644
--- a/system/doc/reference_manual/documentation.md
+++ b/system/doc/reference_manual/documentation.md
@@ -191,7 +191,7 @@ There are four reserved metadata keys for `-doc`:
The entry into the [EEP-48][] doc chunk metadata is the value converted to a string.
- `exported => boolean()` - A [boolean/0][] signifying if the entry is `exported`
- or not. For any `-type` attribute this value is automatically set by the compiler
+ or not. This value is automatically set by the compiler
and should not be set by the user.
[boolean/0]: seetype/erts:erlang#boolean
--
2.35.3