diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-28 15:49:43 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-28 15:49:43 -0800 |
commit | f989d6ccf9884e911db25494983da476f3c511b1 (patch) | |
tree | a2be766d039828aa8e43f5b14f103ff692a76665 | |
parent | 72281427ca79c4d2e31f7a20c45a74aee8b766ad (diff) | |
download | mu-f989d6ccf9884e911db25494983da476f3c511b1.tar.gz |
4795
-rw-r--r-- | subx/Readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 76dc5395..b554cd1d 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -17,9 +17,9 @@ $ ./subx # print out a help message Expanding on the first bullet, it hopes to support more comprehensive tests by: -0. Running generated binaries in _emulated mode_. It's slower, but there's - more sanity checking, and more descriptive error messages for common - low-level problems. +0. Running generated binaries in _emulated mode_. It's slower than native + execution (which will also work), but there's more sanity checking, and + more descriptive error messages for common low-level problems. ``` $ ./subx translate examples/ex1.subx -o examples/ex1 |