Skip to content

Commit

Permalink
Merge pull request #2300 from kihaya/docs/fix_pry_config_input_yard
Browse files Browse the repository at this point in the history
Fix typo of input config annotation
  • Loading branch information
andrehjr committed Feb 18, 2024
2 parents 2ecbf16 + bcceb5f commit e81bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/config.rb
Expand Up @@ -7,7 +7,7 @@ class Pry
class Config
extend Attributable

# @return [IO, #readline] he object from which Pry retrieves its lines of
# @return [IO, #readline] the object from which Pry retrieves its lines of
# input
attribute :input

Expand Down

0 comments on commit e81bee8

Please sign in to comment.