mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
610e39e949
commit
9286266137
2 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* vm_eval.c (rb_check_funcall_with_hook): also should call the
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue