summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-13 12:01:05 +0000
committerGitHub <noreply@github.com>2023-09-13 12:01:05 +0000
commitf90dd167f5d20a7346795fd5bb85d57683c23a80 (patch)
tree3a4d965a1dcf38e665158577d2a044a2a83622f3 /doc
parente7f95ba94cb96a5900ba2936cc9bfc9ec48e653c (diff)
parent725db3491ee6bea89fb1ae289fceae75b0480388 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/beam.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md
index 4c1650781f053..5e85723085c12 100644
--- a/doc/languages-frameworks/beam.section.md
+++ b/doc/languages-frameworks/beam.section.md
@@ -154,7 +154,7 @@ Here is how your `default.nix` file would look for a phoenix project.
 with import <nixpkgs> { };
 
 let
-  # beam.interpreters.erlang_23 is available if you need a particular version
+  # beam.interpreters.erlang_26 is available if you need a particular version
   packages = beam.packagesWith beam.interpreters.erlang;
 
   pname = "your_project";