Skip to content

Commit 1ea7e71

Browse files
arbesuloko1
authored andcommitted
typos in documentation
1 parent bf77bce commit 1ea7e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ The `<...>` notation means the argument.
535535
* `q[uit]!`
536536
* Same as q[uit] but without the confirmation prompt.
537537
* `kill`
538-
* Stop the debuggee process with `Kernal#exit!`.
538+
* Stop the debuggee process with `Kernel#exit!`.
539539
* `kill!`
540540
* Same as kill but without the confirmation prompt.
541541
* `sigint`

lib/debug/session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def process_command line
454454
leave_subsession nil
455455

456456
# * `kill`
457-
# * Stop the debuggee process with `Kernal#exit!`.
457+
# * Stop the debuggee process with `Kernel#exit!`.
458458
when 'kill'
459459
if ask 'Really kill?'
460460
exit! (arg || 1).to_i

0 commit comments

Comments
 (0)