diff options
author | Igor <pashev.igor@gmail.com> | 2010-01-17 21:06:22 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-01-17 21:06:22 +0300 |
commit | 2c53ba0b9b36d1faff38cad74d0795b7b164efac (patch) | |
tree | 4ffc7e5f774def3b0921a070b75781ade659de3b /README | |
parent | 26301f19486c2b09d922e0317b32a5903b91b792 (diff) | |
download | brainfuck-2c53ba0b9b36d1faff38cad74d0795b7b164efac.tar.gz |
Fixed typo
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ Output formats for operator '.': Standard operators: <>+-[]., Extensions: ciuox - change format output (same as -c & others, see above) - ; - end of code (usefull when reading stdin) - # - comment to the end of line (usefull when reading files) + ; - end of code (useful when reading stdin) + # - comment to the end of line (useful when reading files) Example: echo '+++[.-]' | ./brainfuck |