aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick.rb
diff options
context:
space:
mode:
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
#