From fa04b87af4300f747e3ce5cfe21b8edf85fe73b2 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 28 Mar 2019 08:39:24 +0000 Subject: [DOC] fix missing paren [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parser/c.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb index e2283088cc..c51e2f6365 100644 --- a/lib/rdoc/parser/c.rb +++ b/lib/rdoc/parser/c.rb @@ -952,7 +952,7 @@ class RDoc::Parser::C < RDoc::Parser # can override the C value of the comment to give a friendly definition. # # /* 300: The perfect score in bowling */ - # rb_define_const(cFoo, "PERFECT", INT2FIX(300); + # rb_define_const(cFoo, "PERFECT", INT2FIX(300)); # # Will override INT2FIX(300) with the value +300+ in the output # RDoc. Values may include quotes and escaped colons (\:). -- cgit v1.2.3