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

ruby-changes:28198

From: zzak <ko1@a...>
Date: Fri, 12 Apr 2013 01:48:11 +0900 (JST)
Subject: [ruby-changes:28198] zzak:r40250 (trunk): fix typo

zzak	2013-04-12 01:47:49 +0900 (Fri, 12 Apr 2013)

  New Revision: 40250

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40250

  Log:
    fix typo

  Modified files:
    trunk/doc/standard_library.rdoc

Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 40249)
+++ doc/standard_library.rdoc	(revision 40250)
@@ -54,7 +54,7 @@ profile.rb:: Runs the Ruby Profiler__ https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L54
 Profiler__:: Provides a way to profile your Ruby application
 PStore:: Implements a file based persistence mechanism based on a Hash
 Queue:: Synchronized communication between threads, provided by thread.rb
-Racc:: A LALR(1) parser generator writting in Ruby.
+Racc:: A LALR(1) parser generator written in Ruby.
 Rake:: Ruby build program with capabilities similar to make
 rational.rb:: Deprecated library replaced by C implementation in core
 RbConfig:: Information of your configure and build of Ruby

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

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