aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-05 23:39:32 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-05 23:39:32 +0000
commit1dc1171f1c95696c36bbce5ebde10cbdc073e2c7 (patch)
treeb1b84623632533a3967e8ece3f420344ea3ce693 /lib/webrick.rb
parent6950d366fdd77c5b83f19eafda5e4e405994f8b9 (diff)
downloadruby-1dc1171f1c95696c36bbce5ebde10cbdc073e2c7.tar.gz
* 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.rb2
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
#