diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-07 11:31:21 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-07 11:31:21 +0000 |
| commit | afda1bdb62ce3f6256b73f64b4cf2c93fcd2ade1 (patch) | |
| tree | 0dbf04277e319c2f335e8ff3101a5c59011f4dbf /lib/pp.rb | |
| parent | 23a6ab1248f27a30c53e7395f8120a37a584e819 (diff) | |
| download | ruby-afda1bdb62ce3f6256b73f64b4cf2c93fcd2ade1.tar.gz ruby-afda1bdb62ce3f6256b73f64b4cf2c93fcd2ade1.tar.xz ruby-afda1bdb62ce3f6256b73f64b4cf2c93fcd2ade1.zip | |
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/pp.rb')
| -rw-r--r-- | lib/pp.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,8 +51,8 @@ PP#pp to print the object. outputs ((|obj|)) to ((|out|)) in pretty printed format of ((|width|)) columns in width. - If ((|out|)) is ommitted, (({$>})) is assumed. - If ((|width|)) is ommitted, 79 is assumed. + If ((|out|)) is omitted, (({$>})) is assumed. + If ((|width|)) is omitted, 79 is assumed. PP.pp returns ((|out|)). @@ -269,7 +269,7 @@ class PP < PrettyPrint def pretty_print_inspect if /\(PP::ObjectMixin\)#/ =~ method(:pretty_print).inspect - raise "pretty_print is not overriden." + raise "pretty_print is not overridden." end PP.singleline_pp(self, '') end |
