Skip to content

Commit e1abb38

Browse files
committed
Improve variable name
1 parent 1a4e82a commit e1abb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/xmlrpc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@
282282
# XMLRPC::Server Example:
283283
#
284284
# # ...
285-
# s = XMLRPC::CGIServer.new
286-
# s.set_parser(XMLRPC::XMLParser::XMLParser.new)
285+
# server = XMLRPC::CGIServer.new
286+
# server.set_parser(XMLRPC::XMLParser::XMLParser.new)
287287
# # ...
288288
#
289289
#

0 commit comments

Comments
 (0)