diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-05 23:39:32 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-05 23:39:32 +0000 |
commit | 1dc1171f1c95696c36bbce5ebde10cbdc073e2c7 (patch) | |
tree | b1b84623632533a3967e8ece3f420344ea3ce693 /lib/webrick.rb | |
parent | 6950d366fdd77c5b83f19eafda5e4e405994f8b9 (diff) |
* 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
Diffstat (limited to 'lib/webrick.rb')
-rw-r--r-- | lib/webrick.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick.rb b/lib/webrick.rb index 765efcba03..fd8522a6c5 100644 --- a/lib/webrick.rb +++ b/lib/webrick.rb @@ -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 # |