From ea8fc7fdd36e0babca8479083c5ff5780f7b3a9f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 31 Oct 2020 11:05:42 +0900 Subject: [PATCH] [DOC] standard_library.rdoc: tweaked to make style consistent [ci skip] --- doc/standard_library.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 1f3605b5d5..b1a25c4415 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -37,7 +37,7 @@ Delegator:: Provides three abilities to delegate method calls to an object DidYouMean:: "Did you mean?" experience in Ruby Digest:: Provides a framework for message digest libraries DRb:: Distributed object system for Ruby -English.rb:: Require 'English.rb' to reference global variables with less cryptic names +English:: Provides references to special global variables with less cryptic names ERB:: An easy to use but powerful templating system for Ruby FileUtils:: Several file utility methods for copying, moving, removing, etc Find:: This module supports top-down traversal of a set of file paths