We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf77bce commit 1ea7e71Copy full SHA for 1ea7e71
README.md
@@ -535,7 +535,7 @@ The `<...>` notation means the argument.
535
* `q[uit]!`
536
* Same as q[uit] but without the confirmation prompt.
537
* `kill`
538
- * Stop the debuggee process with `Kernal#exit!`.
+ * Stop the debuggee process with `Kernel#exit!`.
539
* `kill!`
540
* Same as kill but without the confirmation prompt.
541
* `sigint`
lib/debug/session.rb
@@ -454,7 +454,7 @@ def process_command line
454
leave_subsession nil
455
456
# * `kill`
457
- # * Stop the debuggee process with `Kernal#exit!`.
+ # * Stop the debuggee process with `Kernel#exit!`.
458
when 'kill'
459
if ask 'Really kill?'
460
exit! (arg || 1).to_i
0 commit comments