Skip to content

Commit 0de7e6c

Browse files
nobumatzbot
authored andcommitted
[ruby/pp] [DOC] Mark up the method name
ruby/pp@e787cd9139
1 parent bc92379 commit 0de7e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def pretty_inspect
686686

687687
# prints arguments in pretty form.
688688
#
689-
# pp returns argument(s).
689+
# +#pp+ returns argument(s).
690690
def pp(*objs)
691691
objs.each {|obj|
692692
PP.pp(obj)

0 commit comments

Comments
 (0)