1
0
Fork 0
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:
Kyrylo Silin 2013-05-10 13:17:24 +03:00
parent fd74b2214e
commit cc736cd777

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