* lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]

Based on patch by @chastell https://github.com/ruby/ruby/pull/413


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-10-05 23:39:32 +00:00
parent 6950d366fd
commit 1dc1171f1c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Oct 6 08:37:39 2013 Zachary Scott <e@zzak.io>
* lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]
Based on patch by @chastell https://github.com/ruby/ruby/pull/413
Sat Oct 5 11:21:01 2013 Aaron Pfeifer <aaron.pfeifer@gmail.com> Sat Oct 5 11:21:01 2013 Aaron Pfeifer <aaron.pfeifer@gmail.com>
* thread.c (terminate_atfork_i): fix locking mutexes not unlocked in * thread.c (terminate_atfork_i): fix locking mutexes not unlocked in

View File

@ -42,7 +42,7 @@
# res.body = 'Hello, world!' # res.body = 'Hello, world!'
# end # end
# #
# Remember that <tt>server.mount_proc</tt> must <tt>server.start</tt>. # Remember that +server.mount_proc+ must precede +server.start+.
# #
# == Servlets # == Servlets
# #