summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-12 17:03:32 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-12 17:03:32 +0000
commit00a1a0e4a56d995563220043f8ace74318748680 (patch)
treef05767c1709bf703d29f6e073ae1d5b9c1373043 /doc
parent71208c0284c3162185a8fd141d67e8ead855f3da (diff)
merge revision(s) 40250:
fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 9000060ca0..8fcc72da07 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -54,7 +54,7 @@ profile.rb:: Runs the Ruby Profiler__
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