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
This commit is contained in:
nobu 2016-01-31 03:16:40 +00:00
parent 610e39e949
commit 9286266137
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Sun Jan 31 12:15:33 2016 Prayag Verma <prayag.verma@gmail.com>
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publish
Sat Jan 30 15:18:07 2016 Nobuyoshi Nakada <nobu@ruby-lang.org> Sat Jan 30 15:18:07 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_eval.c (rb_check_funcall_with_hook): also should call the * vm_eval.c (rb_check_funcall_with_hook): also should call the

View File

@ -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() GetoptLong:: Parse command line options similar to the GNU C getopt_long()
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) 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 mathn.rb:: Deprecated library that extends math operations
MakeMakefile:: Module used to generate a Makefile for C extensions MakeMakefile:: Module used to generate a Makefile for C extensions
Matrix:: Represents a mathematical matrix. 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::POP3:: Ruby client library for POP3
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
Net::Telnet:: Telnet 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 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 Open3:: Provides access to stdin, stdout and stderr when running other programs
OptionParser:: Ruby-oriented class for command-line option analysis OptionParser:: Ruby-oriented class for command-line option analysis