Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Fix minor typo in WEBrick docs #211

Closed
wants to merge 1 commit into from

2 participants

Rohit Arondekar Ayumu AIZAWA
Rohit Arondekar

No description provided.

Ayumu AIZAWA
Collaborator

Merged by r37536.Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Nov 07, 2012
  1. Rohit Arondekar

    Fix minor typo in WEBrick docs

    rohit authored
This page is out of date. Refresh to see the latest.
Showing with 1 addition and 1 deletion.
  1. +1 1  lib/webrick.rb
2  lib/webrick.rb
View
@@ -6,7 +6,7 @@
# logging of both server operations and HTTP access. WEBrick supports both
# basic and digest authentication in addition to algorithms not in RFC 2617.
#
-# A WEBrick servers can be composed of multiple WEBrick servers or servlets to
+# A WEBrick server can be composed of multiple WEBrick servers or servlets to
# provide differing behavior on a per-host or per-path basis. WEBrick
# includes servlets for handling CGI scripts, ERb pages, ruby blocks and
# directory listings.
Something went wrong with that request. Please try again.