summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parser
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-04 15:33:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-04 15:33:11 +0000
commit0619aadf5df0d662150cb9d9d0f2ad93044e350c (patch)
treebd256329e83ba8a613071cb0c307a7784d90fb56 /lib/rdoc/parser
parent041c79b5dfa6d0af50461381aaeb6a3f55fb30f2 (diff)
downloadruby-0619aadf5df0d662150cb9d9d0f2ad93044e350c.tar.gz
ruby-0619aadf5df0d662150cb9d9d0f2ad93044e350c.tar.xz
ruby-0619aadf5df0d662150cb9d9d0f2ad93044e350c.zip
* lib/rdoc/parser/c.rb: fixed a small error in the documentation.
[ruby-core:24744] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parser')
-rw-r--r--lib/rdoc/parser/c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb
index c3fb5e5b1..a2c3eefbd 100644
--- a/lib/rdoc/parser/c.rb
+++ b/lib/rdoc/parser/c.rb
@@ -68,7 +68,7 @@ require 'rdoc/known_classes'
# 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