aboutsummaryrefslogtreecommitdiffstats
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
commit6abca35457d4e16b561fed8b7936b06068b33697 (patch)
tree0dbf04277e319c2f335e8ff3101a5c59011f4dbf /lib/prettyprint.rb
parentc24349e32d6cd74e4df9103364af62a59095ef6c (diff)
downloadruby-6abca35457d4e16b561fed8b7936b06068b33697.tar.gz
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@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