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

ruby-changes:31071

From: zzak <ko1@a...>
Date: Sun, 6 Oct 2013 08:39:39 +0900 (JST)
Subject: [ruby-changes:31071] zzak:r43150 (trunk): * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]

zzak	2013-10-06 08:39:32 +0900 (Sun, 06 Oct 2013)

  New Revision: 43150

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

  Log:
    * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]
      Based on patch by @chastell https://github.com/ruby/ruby/pull/413

  Modified files:
    trunk/ChangeLog
    trunk/lib/webrick.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43149)
+++ ChangeLog	(revision 43150)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Oct  6 08:37:39 2013  Zachary Scott  <e@z...>
+
+	* 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@g...>
 
 	* thread.c (terminate_atfork_i): fix locking mutexes not unlocked in
Index: lib/webrick.rb
===================================================================
--- lib/webrick.rb	(revision 43149)
+++ lib/webrick.rb	(revision 43150)
@@ -42,7 +42,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/webrick.rb#L42
 #     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
 #

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

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