Skip to content

Commit 76578cd

Browse files
nobuaycabta
authored andcommitted
[DOC] fix missing paren [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 44d52e9 commit 76578cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/parser/c.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ def handle_class_module(var_name, type, class_name, parent, in_module)
952952
# can override the C value of the comment to give a friendly definition.
953953
#
954954
# /* 300: The perfect score in bowling */
955-
# rb_define_const(cFoo, "PERFECT", INT2FIX(300);
955+
# rb_define_const(cFoo, "PERFECT", INT2FIX(300));
956956
#
957957
# Will override <tt>INT2FIX(300)</tt> with the value +300+ in the output
958958
# RDoc. Values may include quotes and escaped colons (\:).

0 commit comments

Comments
 (0)