diff options
| author | John Bampton <[email protected]> | 2021-03-09 04:35:03 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-03-09 04:35:03 +1000 |
| commit | 3c1ce680a38ea4c57abc49ac16326591d2289f06 (patch) | |
| tree | 33a899870963cbda1eed8c8f47b92388d01d6dea /README.md | |
| parent | f2b352944106e61c5b3026f01ded737183a94292 (diff) | |
| download | mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.tar.gz mruby-3c1ce680a38ea4c57abc49ac16326591d2289f06.zip | |
chore: fix grammar
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ mruby is the lightweight implementation of the Ruby language complying to (part of) the [ISO standard][ISO-standard]. Its syntax is Ruby 2.x compatible. mruby can be linked and embedded within your application. We provide the -interpreter program "mruby" and the interactive mruby shell "mirb" as examples. +interpreter program "mruby", and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte code in a C source file, see the "mrbtest" |
