File 0926-docs-fix-typo-in-beam-makeops-docs.patch of Package erlang
From 1cc19156d46e18b00cf7a470e75e19ee37118ad0 Mon Sep 17 00:00:00 2001
From: yagogarea <yagogareacidre@gmail.com>
Date: Sun, 13 Apr 2025 10:54:34 +0200
Subject: [PATCH] docs: fix typo in beam makeops docs
---
erts/emulator/internal_doc/beam_makeops.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/internal_doc/beam_makeops.md b/erts/emulator/internal_doc/beam_makeops.md
index f1a864b7ef..b37e2f140b 100644
--- a/erts/emulator/internal_doc/beam_makeops.md
+++ b/erts/emulator/internal_doc/beam_makeops.md
@@ -409,7 +409,7 @@ used by `beam_load.c` but also by `beam_{hot,warm,cold}.h`.
For the traditional BEAM interpreter, the following files are also
generated:
-* `beam_hot.h`, `beam_warm.h`, `beam_cold.`h - Implementation of
+* `beam_hot.h`, `beam_warm.h`, `beam_cold.h` - Implementation of
instructions. Included inside the `process_main()` function in
`beam_emu.c`.
--
2.43.0