summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>2022-05-17 23:32:13 -0300
committerGitHub <noreply@github.com>2022-05-18 11:32:13 +0900
commitc478a3c0a9179298b5ae332268e1e94ff9c912bd (patch)
treecc3755b020a5e37bd0908b91022e08dfbc8966e3 /doc
parentaab683af0e8063bfe2ca58500e5f210148b82bbf (diff)
[DOC] Use `make gdb-ruby` and `make lldb-ruby` in doc/contributing/building_ruby.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5908 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/building_ruby.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md
index 01f8c838a8..f20eacc0ae 100644
--- a/doc/contributing/building_ruby.md
+++ b/doc/contributing/building_ruby.md
@@ -70,5 +70,5 @@ with the Ruby script you'd like to run. You can use the following make targets:
* `make lldb`: Runs `test.rb` using Miniruby in lldb
* `make gdb`: Runs `test.rb` using Miniruby in gdb
* `make runruby`: Runs `test.rb` using Ruby
-* `make lldb-runruby`: Runs `test.rb` using Ruby in lldb
-* `make gdb-runruby`: Runs `test.rb` using Ruby in gdb
+* `make lldb-ruby`: Runs `test.rb` using Ruby in lldb
+* `make gdb-ruby`: Runs `test.rb` using Ruby in gdb