summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/webrick/rest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/http/webrick/rest.rb')
-rw-r--r--lib/puppet/network/http/webrick/rest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/http/webrick/rest.rb b/lib/puppet/network/http/webrick/rest.rb
index 9a8bf0a83..7526099ee 100644
--- a/lib/puppet/network/http/webrick/rest.rb
+++ b/lib/puppet/network/http/webrick/rest.rb
@@ -18,7 +18,7 @@ class Puppet::Network::HTTP::WEBrickREST < WEBrick::HTTPServlet::AbstractServlet
result.merge(client_information(request))
end
- # WEBrick uses a service() method to respond to requests. Simply delegate to the handler response() method.
+ # WEBrick uses a service method to respond to requests. Simply delegate to the handler response method.
def service(request, response)
process(request, response)
end