Skip to content

Commit bf38bb4

Browse files
Edwing123mame
authored andcommitted
docs: fix typo
Signed-off-by: Edwin Garcia <egarciavalle2014@gmail.com>
1 parent 1cd9865 commit bf38bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EN/2_mri_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you want to run the "normal" Ruby, which can load extension libraries, you ca
107107

108108
NOTE: Running `gdb` on macOS can be quite difficult. The following commands assume a Linux environment.
109109

110-
When modifying the MRI source code, you can easily introduces critical problems that result in a SEGV. To debug such problems, we provide Makefile rules to support debugging with gdb. Of course, you can also debug with break points.
110+
When modifying the MRI source code, you can easily introduce critical problems that result in a SEGV. To debug such problems, we provide Makefile rules to support debugging with gdb. Of course, you can also debug with break points.
111111

112112
1. Write in `ruby/test.rb` what you want to check. Note that you can't use gems or extension libraries in `test.rb`.
113113
3. Invoke `$ make gdb` to run miniruby with gdb. If there are no problems, gdb finishes silently.

0 commit comments

Comments
 (0)