Skip to content

Commit 980c38f

Browse files
committed
Small fixes
1 parent a22a4fa commit 980c38f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/articles/executing-ruby-code-with-mruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ hello world
6666

6767
## Source code (.c)
6868

69-
Ruby code can also be executed from C. This is similar to
69+
Ruby code can also be written as a C String. This is similar to
7070
the `-e` switch of the `mruby` program.
7171

7272
~~~c
@@ -115,7 +115,7 @@ an advanced updating mechanism
115115
## Bytecode (.mrb)
116116
117117
mruby provides a Java-like execution style by compiling to an
118-
intermediate representation which will then be executed.
118+
intermediate representation form which will then be executed.
119119
120120
The first step is to compile the source code to bytecode with the `mrbc` program:
121121

0 commit comments

Comments
 (0)