mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
6950d366fd
commit
1dc1171f1c
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* thread.c (terminate_atfork_i): fix locking mutexes not unlocked in
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
# res.body = 'Hello, world!'
|
||||
# end
|
||||
#
|
||||
# Remember that <tt>server.mount_proc</tt> must <tt>server.start</tt>.
|
||||
# Remember that +server.mount_proc+ must precede +server.start+.
|
||||
#
|
||||
# == Servlets
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue