File 0276-Fix-formatting-in-system-principles-documentation-ta.patch of Package erlang
From 0a54879392159daabe97f441301704d80a0d2f6e Mon Sep 17 00:00:00 2001
From: Hichem Fantar <fantar.hichem@gmail.com>
Date: Sun, 19 Jan 2025 20:55:09 +0100
Subject: [PATCH 1/3] Fix formatting in system principles documentation table
---
system/doc/system_principles/system_principles.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/system_principles/system_principles.md b/system/doc/system_principles/system_principles.md
index 539527ec7d..57db1103f9 100644
--- a/system/doc/system_principles/system_principles.md
+++ b/system/doc/system_principles/system_principles.md
@@ -195,7 +195,7 @@ querying the search path.
The following file types are defined in Erlang/OTP:
-| _File Type_ | _File Name/Extension_ | _Documented in_ |
+| File Type | File Name/Extension | Documented in |
| ------------------------- | --------------------- | --------------------------------------------------- |
| Module | `.erl` | [Erlang Reference Manual](`e:system:modules.md`) |
| Include file | `.hrl` | [Erlang Reference Manual](`e:system:modules.md`) |
--
2.43.0