diff --git a/ARCs/arc-0064.md b/ARCs/arc-0064.md index dc548f154..aa14ac148 100644 --- a/ARCs/arc-0064.md +++ b/ARCs/arc-0064.md @@ -1,7 +1,7 @@ --- arc: 64 title: AVM Run Time Errors Source Map -description: Informative AVM run time errors based on Program Counter Source Map +description: Informative AVM run time errors based on program counter source map author: Cosimo Bassi (@cusma), Tasos Bitsios (@tasosbit), Steve Ferrigno (@nullun) discussions-to: https://github.com/algorandfoundation/ARCs/issues/305 status: Draft @@ -13,7 +13,7 @@ created: 2024-08-05 ## Abstract This document introduces conventions for rising informative run time error messages -on the Algorand Virtual Machine (AVM) based on the Program Counter Source Map. +on the Algorand Virtual Machine (AVM) based on a program counter *source map*. ## Motivation @@ -23,8 +23,8 @@ The lack of native error handling semantics could lead to fragmentation of tooli and frictions for AVM clients, who are unable to retrieve informative and useful hints about the occurred run time failures. -This ARC formalizes conventions to raise AVM run time errors based on Program Counter -Source Map. +This ARC formalizes conventions to raise AVM run time errors based on a program +counter source map. ## Specification @@ -37,26 +37,26 @@ in this document are to be interpreted as described in