about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 1aba8c57..76dc5395 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -47,7 +47,7 @@ by:
    also trigger checks. Here, tagging operands with the `imm32` type allows
    SubX to check that instructions have precisely the operand types they
    should. x86 instructions have 14 types of operands, and missing one causes
-   all future instructions to go out off the rails, interpreting operands as
+   all future instructions to go off the rails, interpreting operands as
    opcodes and vice versa. So this is a useful check.
 
 1. Designing testable wrappers for operating system interfaces. For example,