Commands::Play: fix typo

This commit is contained in:
Kyrylo Silin 2013-05-10 13:17:24 +03:00
parent fd74b2214e
commit cc736cd777
1 changed files with 1 additions and 1 deletions

View File

@ -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.'