diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-11 03:50:33 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-11 03:50:33 +0000 |
commit | df4abd9b3b4d5ac061f098adedbf185ecd223909 (patch) | |
tree | 5c5efcc6d4583cb5b261f67b61c0e453fd472a80 /re.c | |
parent | c0ce87736511ca51e453509c25fe3c00abb08059 (diff) |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |