diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-08-20 10:38:19 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-08-20 10:38:19 +0200 |
commit | 2ddf90479e704afa34c54385b5cd9f76ee04374e (patch) | |
tree | 8b104fbd2cd8c416f73b80ff7962df03d63157b7 | |
parent | 8da018940e0570ff43d9d94b964ca1470009baec (diff) | |
download | paradox-2ddf90479e704afa34c54385b5cd9f76ee04374e.tar.xz |
equivalent -> equal
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ You can use an existing FALSE implementation or the included bootstrap.lua to bo ### Using bootstrap.lua -For any given correct input, bootstrap.lua output is (supposed to be) equivalent to paradox output. +For any given correct input, bootstrap.lua output is (supposed to be) equal to paradox output. This means you can use bootstrap.lua as a feature-complete substitue for paradox. ```sh @@ -33,7 +33,7 @@ existing_run_false paradox.false < paradox.false > paradox.asm && nasm -f elf64 ## Recompiling self -Paradox can (obviously) rebuild itself once it has been bootstrapped, and the result should be equivalent. +Paradox can (obviously) rebuild itself once it has been bootstrapped, and the result should be equal. ```sh # rebuild paradox using itself |