Update RDoc of RUBY_REVISION

This commit is contained in:
Nobuyoshi Nakada 2019-06-06 08:21:40 +09:00
parent 02880d1f4a
commit 884576bf12
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Init_version(void)
*/
rb_define_global_const("RUBY_PATCHLEVEL", MKINT(patchlevel));
/*
* The SVN revision for this ruby.
* The GIT commit hash for this ruby.
*/
rb_define_global_const("RUBY_REVISION", MKSTR(revision));
/*