summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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