Skip to content

Commit

Permalink
Typo fix in bytecode/bytecode.md (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudy3333 authored Oct 27, 2023
1 parent 0a8f965 commit 08bcc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytecode/bytecode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 08bcc16

Please sign in to comment.