summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-04 15:03:17 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-04 15:03:17 +0000
commita7bc3ef3a2bc03248334ed7082efdd6689d9ed76 (patch)
treeeed68759a6e1dae082f6dee2514c1d2b5f590833 /lib
parent836e0d6bfae0ff6c8d8cf61668163c7e153aeb1a (diff)
Fixed a small documentation bug in lib/rdoc/parsers/parse_c.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/parsers/parse_c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_c.rb b/lib/rdoc/parsers/parse_c.rb
index 25fc66af3f..da2cba9454 100644
--- a/lib/rdoc/parsers/parse_c.rb
+++ b/lib/rdoc/parsers/parse_c.rb
@@ -138,7 +138,7 @@ module RDoc
# Ruby function is in the same source file as the rb_define_method call.
# If this isn't the case, add the comment
#
- # rb_define_method(....); // in: filename
+ # rb_define_method(....); // in filename
#
# As an example, we might have an extension that defines multiple classes
# in its Init_xxx method. We could document them using