aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-12-23 22:07:02 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2019-12-23 22:07:02 +0100
commita7b5018495c4a6b82d779958b086647226ce61e7 (patch)
treea6cb48e97ce1053f51b21aefeb5c607b6d3251f4 /doc
parentba9ccef81811e9387c0189d596189236b25d0dba (diff)
downloadruby-a7b5018495c4a6b82d779958b086647226ce61e7.tar.gz
[DOC] Use capitalized "Ruby"
Diffstat (limited to 'doc')
-rw-r--r--doc/globals.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 233e2bb085..89b94e9a8f 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -64,9 +64,9 @@ TOPLEVEL_BINDING:: The Binding of the top level scope.
RUBY_VERSION:: The Ruby language version.
RUBY_RELEASE_DATE:: The release date string.
RUBY_PLATFORM:: The platform identifier.
-RUBY_PATCHLEVEL:: The patchlevel for this ruby. If this is a development build of ruby the patchlevel will be -1.
-RUBY_REVISION:: The GIT commit hash for this ruby.
-RUBY_COPYRIGHT:: The copyright string for ruby.
+RUBY_PATCHLEVEL:: The patchlevel for this Ruby. If this is a development build of Ruby the patchlevel will be -1.
+RUBY_REVISION:: The GIT commit hash for this Ruby.
+RUBY_COPYRIGHT:: The copyright string for Ruby.
RUBY_ENGINE:: The name of the Ruby implementation.
RUBY_ENGINE_VERSION:: The version of the Ruby implementation.
RUBY_DESCRIPTION:: The same as <tt>ruby --version</tt>, a String describing various aspects of the Ruby implementation.