From 836072cdfdae97a9f574cf4f58e76cceabecc74c Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Fri, 11 Jan 2019 14:32:35 +0100 Subject: [PATCH] typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45cbb13..37f1cdc 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ opbtest acutally replaces the statement with `load s0, 4`, so no actual input st ### Debugging Tests -Somethings, a failing test does not clearly indicate the underlying problem. The Assembly source file is not the same source code as the code that is simulated to get to this result. +Sometimes, a failing test does not clearly indicate the underlying problem. The Assembly source file is not the same source code as the code that is simulated to get to this result. For example, when mocking, parts are replaced, and when registers are setup, extra loads are done. If you want to take a look at the Assembly file to be compiled and interpreted, add the following to your `setUp` testcase: ```python