From c3209b6e97383fe59c904b2bc05cf5d1f54697ca Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Sun, 11 Feb 2024 19:32:43 +0100 Subject: [PATCH] fix beam_instructions code example Looks like one of the labels were accidentally included twice, so I removed the duplicate. --- chapters/beam_instructions.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/chapters/beam_instructions.asciidoc b/chapters/beam_instructions.asciidoc index 6077996..59c6022 100644 --- a/chapters/beam_instructions.asciidoc +++ b/chapters/beam_instructions.asciidoc @@ -319,8 +319,6 @@ A minimal receive loop, which accepts any message and has no timeout [source,erlang] ---- - {label,2}. - {wait,{f,1}}. {label,1}. {loop_rec,{f,2},{x,0}}. remove_message.