aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-11 03:50:33 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-11 03:50:33 +0000
commitdf4abd9b3b4d5ac061f098adedbf185ecd223909 (patch)
tree5c5efcc6d4583cb5b261f67b61c0e453fd472a80 /re.c
parentc0ce87736511ca51e453509c25fe3c00abb08059 (diff)
downloadruby-df4abd9b3b4d5ac061f098adedbf185ecd223909.tar.gz
* doc/re.rdoc: Rename to doc/regexp.rdoc
* re.c: Update rdoc include for rename of file git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index 1b44f36b21..96c3c3dd9d 100644
--- a/re.c
+++ b/re.c
@@ -3520,7 +3520,7 @@ re_warn(const char *s)
* <code>%r{...}</code> literals, and by the <code>Regexp::new</code>
* constructor.
*
- * :include: doc/re.rdoc
+ * :include: doc/regexp.rdoc
*/
void