[前][次][番号順一覧][スレッド一覧]

ruby-changes:59419

From: Marcus <ko1@a...>
Date: Tue, 24 Dec 2019 06:11:41 +0900 (JST)
Subject: [ruby-changes:59419] a7b5018495 (master): [DOC] Use capitalized "Ruby"

https://git.ruby-lang.org/ruby.git/commit/?id=a7b5018495

From a7b5018495c4a6b82d779958b086647226ce61e7 Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Mon, 23 Dec 2019 22:07:02 +0100
Subject: [DOC] Use capitalized "Ruby"


diff --git a/doc/globals.rdoc b/doc/globals.rdoc
index 233e2bb..89b94e9 100644
--- a/doc/globals.rdoc
+++ b/doc/globals.rdoc
@@ -64,9 +64,9 @@ TOPLEVEL_BINDING::  The Binding of the top level scope. https://github.com/ruby/ruby/blob/trunk/doc/globals.rdoc#L64
 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.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]