From 11640dfc8569c2800a7b5db4a574469de38d1a9e Mon Sep 17 00:00:00 2001 From: "Benedict R. Gaster" <benedict.gaster@uwe.ac.uk> Date: Fri, 3 Aug 2018 21:01:06 +0100 Subject: [PATCH] Another update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59ef8e2..7ada470 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,8 @@ This time we get the error: < {"error":"unexpected end of program, i.e. no HALT"} ``` -We cannot execute beyond a HALT instruction! In general, errors are return in -the form: +We cannot execute beyond a HALT instruction! In general, errors are returned +in the form: ``` < { "error": string } -- GitLab