diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-31 03:16:40 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-31 03:16:40 +0000 |
commit | 92862661371d5a3a5771ece4e1c107ead57c4cd0 (patch) | |
tree | 5226c232b0992c7af6869a5d51ba5a4fd31abaf1 | |
parent | 610e39e9495e0a89ae36b3ae750ed45c06e6c4a3 (diff) |
standard_library.rdoc: fix typo [ci skip]
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publish
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/standard_library.rdoc | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +Sun Jan 31 12:15:33 2016 Prayag Verma <[email protected]> + + * doc/standard_library.rdoc: fix typo [Fix GH-1230] + Spelling mistakes - + outputing > outputting + publich > publish + Sat Jan 30 15:18:07 2016 Nobuyoshi Nakada <[email protected]> * vm_eval.c (rb_check_funcall_with_hook): also should call the diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index bd15c2ea9a..2871c90d3b 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -27,7 +27,7 @@ Forwardable:: Provides delegation of specified methods to a designated object GetoptLong:: Parse command line options similar to the GNU C getopt_long() IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) -Logger:: Provides a simple logging utility for outputing messages +Logger:: Provides a simple logging utility for outputting messages mathn.rb:: Deprecated library that extends math operations MakeMakefile:: Module used to generate a Makefile for C extensions Matrix:: Represents a mathematical matrix. @@ -39,7 +39,7 @@ Net::IMAP:: Ruby client api for Internet Message Access Protocol Net::POP3:: Ruby client library for POP3 Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby Net::Telnet:: Telnet client library for Ruby -Observable:: Provides a mechanism for publich/subscribe pattern in Ruby +Observable:: Provides a mechanism for publish/subscribe pattern in Ruby OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP Open3:: Provides access to stdin, stdout and stderr when running other programs OptionParser:: Ruby-oriented class for command-line option analysis |