From 08bcc16af97e3f2d11bd7a8b4512e2c12f815216 Mon Sep 17 00:00:00 2001 From: rudy3 <46790388+rudy3333@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:27:33 +0000 Subject: [PATCH] Typo fix in bytecode/bytecode.md (#645) --- bytecode/bytecode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytecode/bytecode.md b/bytecode/bytecode.md index 6b3366875d..6cb0bede60 100644 --- a/bytecode/bytecode.md +++ b/bytecode/bytecode.md @@ -11,7 +11,7 @@ Jacdac service specifications, and runtime configuration (`configureHardware()` Functions are sequences of opcodes defined below. Opcodes are divided into expressions (with return type) which do not modify state, -and statements (no return type; `ret_val()` expression is used to retrive the logical +and statements (no return type; `ret_val()` expression is used to retrieve the logical result of a last statement). Many opcodes (both expressions and statements) can also throw an exception.