diff options
author | Tanaka Akira <[email protected]> | 2020-04-11 02:32:23 +0900 |
---|---|---|
committer | Tanaka Akira <[email protected]> | 2020-04-11 02:32:23 +0900 |
commit | 87bcb3c47c7369fe285b2c7c670476a8d4553d82 (patch) | |
tree | 83322ecc6b062df5ba8a8d6c4fc91332689017b2 /lib/prettyprint.rb | |
parent | 7df83c4e6ba8b8e79a344d308af8f47c3eb6efb1 (diff) |
Fix articles.
Diffstat (limited to 'lib/prettyprint.rb')
-rw-r--r-- | lib/prettyprint.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index 1e9347a982..188c2e6db0 100644 --- a/lib/prettyprint.rb +++ b/lib/prettyprint.rb @@ -102,7 +102,7 @@ class PrettyPrint # The maximum width of a line, before it is separated in to a newline # - # This defaults to 79, and should be a Integer + # This defaults to 79, and should be an Integer attr_reader :maxwidth # The value that is appended to +output+ to add a new line. @@ -110,7 +110,7 @@ class PrettyPrint # This defaults to "\n", and should be String attr_reader :newline - # A lambda or Proc, that takes one argument, of a Integer, and returns + # A lambda or Proc, that takes one argument, of an Integer, and returns # the corresponding number of spaces. # # By default this is: |