summaryrefslogtreecommitdiff
path: root/lib/prettyprint.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-07 11:31:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-07 11:31:21 +0000
commitc19b0b569274830425a2ed0b07f28da499ef5506 (patch)
tree9ec6ea36567494cfdfad82f80eae7337107c6513 /lib/prettyprint.rb
parentea37276b9ae87570f9b59fe6a67c696da28a79b9 (diff)
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/prettyprint.rb')
-rw-r--r--lib/prettyprint.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb
index 0aa54e91f9..70b6da7924 100644
--- a/lib/prettyprint.rb
+++ b/lib/prettyprint.rb
@@ -7,14 +7,14 @@ It finds line breaks and nice indentations for grouped structure.
By default, the class assumes that primitive elements are strings and
each byte in the strings have single column in width.
-But it can be used for other situasions
+But it can be used for other situations
by giving suitable arguments for some methods:
newline object and space generation block for (({PrettyPrint.new})),
optional width argument for (({PrettyPrint#text})),
(({PrettyPrint#breakable})), etc.
There are several candidates to use them:
text formatting using proportional fonts,
-multibyte characters which has columns diffrent to number of bytes,
+multibyte characters which has columns different to number of bytes,
non-string formatting, etc.
== class methods