mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Commands::Play: fix typo
This commit is contained in:
parent
fd74b2214e
commit
cc736cd777
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Pry
|
|||
def options(opt)
|
||||
CodeCollector.inject_options(opt)
|
||||
|
||||
opt.on :open, 'Plays the select content except the last line. Useful' \
|
||||
opt.on :open, 'Plays the selected content except the last line. Useful' \
|
||||
' for replaying methods and leaving the method definition' \
|
||||
' "open". `amend-line` can then be used to' \
|
||||
' modify the method.'
|
||||
|
|
Loading…
Reference in a new issue