File 0134-Update-eep48_chapter.md.patch of Package erlang
From 6e9c07f357b9cc21f65473313b7725ac5a936a94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Valim?= <jose.valim@dashbit.co>
Date: Fri, 18 Oct 2024 18:06:22 +0200
Subject: [PATCH 2/2] Update eep48_chapter.md
---
lib/kernel/doc/guides/eep48_chapter.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/kernel/doc/guides/eep48_chapter.md b/lib/kernel/doc/guides/eep48_chapter.md
index 05acd5cf5f..2f0704e666 100644
--- a/lib/kernel/doc/guides/eep48_chapter.md
+++ b/lib/kernel/doc/guides/eep48_chapter.md
@@ -148,11 +148,11 @@ information to each entry. This EEP documents the following metadata keys:
- **`since := binary()`** - a binary representing the version such entry was
added, such as `<<"1.3.0">>` or `<<"20.0">>`.
-- **`source := binary()`** - the location of the source file for this module.
- Applies only to the module metadata.
+- **`source_path := binary()`** - the absolute location of the source file for
+ this module. Applies only to the module metadata.
-- **`source_anno := erl_anno:anno()`** - annotation metadata of the source
- code (opposite to the annotation of the documentation attribute).
+- **`source_annos := [erl_anno:anno()]`** - a list of source code locations.
+ You may either store one for each clause or only for the first clause.
Any key may be added to Metadata at any time. Keys that are frequently used by
the community can be standardized in future versions.
--
2.43.0