From dd21fb6167f61b37c9442c40e0bd1dd28a421871 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Tue, 19 Jan 2016 13:18:53 +0700 Subject: [PATCH] Minor grammar fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e12c5f..baf94f2 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ STATUS Development is occurring mainly in the *pymlac* subdirectory. Occasionally the python code is mirrored into the *vimlac* subdirectory (translated to C). -The current state is the CPU testing is nearing completion. That is, all +The current state of the CPU testing is nearing completion. That is, all of the pure-CPU instructions are tested and working. I/O instructions and conditionals on device state are being tested at the moment.