We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22a4fa commit 980c38fCopy full SHA for 980c38f
1 file changed
docs/articles/executing-ruby-code-with-mruby.md
@@ -66,7 +66,7 @@ hello world
66
67
## Source code (.c)
68
69
-Ruby code can also be executed from C. This is similar to
+Ruby code can also be written as a C String. This is similar to
70
the `-e` switch of the `mruby` program.
71
72
~~~c
@@ -115,7 +115,7 @@ an advanced updating mechanism
115
## Bytecode (.mrb)
116
117
mruby provides a Java-like execution style by compiling to an
118
-intermediate representation which will then be executed.
+intermediate representation form which will then be executed.
119
120
The first step is to compile the source code to bytecode with the `mrbc` program:
121
0 commit comments