summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 12:48:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 12:48:39 +0000
commit457686dd11881afbaed38c03bc94dcc79dd9b908 (patch)
treeced226a1be1ad5a15a2f0d6a5f3de2314810b951 /lib
parent900da8992d987efe55e788a15d21777dba7d48eb (diff)
refine doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index b815a0d499..0202c52073 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -210,7 +210,7 @@ class PP < PrettyPrint
#
# q.seplist([1,2,3]) {|v| xxx v }
#
- # q.seplist([1,2,3], lambda { comma_breakable }, :each) {|v| xxx v }
+ # q.seplist([1,2,3], lambda { q.comma_breakable }, :each) {|v| xxx v }
#
# xxx 1
# q.comma_breakable