Skip to content

Commit dd21336

Browse files
authored
improve grammar
1 parent 91f69cc commit dd21336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EN/2_mri_structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are the following topics:
1717

1818
The following commands assume an Unix-like environment, such as Linux, macOS, etc. If you're using a Windows environment, you will need to refer to other resources.
1919

20-
NOTE: We provide experimental docker image: `docker pull koichisasada/rhc`. Use `rubydev` account with `su rubydev` and enjoy hacking.
20+
NOTE: We provide an experimental docker image: `docker pull koichisasada/rhc`. Use `rubydev` account with `su rubydev` and enjoy hacking.
2121

2222
We assume the use of the following directory structure:
2323

@@ -65,7 +65,7 @@ NOTE: Running `make` with the `V=1` option (i.e. `make V=1 -j`, etc.) will outpu
6565

6666
## Exercise: Execute Ruby programs with the Ruby you built
6767

68-
There are several way to run Ruby scripts on the Ruby you built.
68+
There are several ways to run Ruby scripts on the Ruby you built.
6969

7070
The simplest way is to launch the installed Ruby directly, i.e. invoke `workdir/install/bin/ruby`. This is the same as invoking a pre-built Ruby binary. However, this means you will need to run `make install` every time you make a change to the Ruby source code, which can be rather time-consuming.
7171

0 commit comments

Comments
 (0)