Fix a typo

This commit is contained in:
Conrad Irwin 2011-11-23 21:53:55 -08:00
parent 794b899326
commit 2ac92f17a1
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Pry
# @return [Boolean]
attr_accessor :disable_auto_reload
# Determins whether Pry should trap SIGINT and cause it to raise an
# Determines whether Pry should trap SIGINT and cause it to raise an
# Interrupt exception. This is only useful on jruby, MRI does this
# for us.
# @return [Boolean]