summaryrefslogtreecommitdiff
path: root/lib/xmlrpc/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlrpc/config.rb')
-rw-r--r--lib/xmlrpc/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlrpc/config.rb b/lib/xmlrpc/config.rb
index 0213bef2a6..98081473b4 100644
--- a/lib/xmlrpc/config.rb
+++ b/lib/xmlrpc/config.rb
@@ -27,7 +27,7 @@ module XMLRPC # :nodoc:
# allows integers greater than 32-bit if +true+
ENABLE_BIGINT = false
- # enable marshalling ruby objects which include XMLRPC::Marshallable
+ # enable marshalling Ruby objects which include XMLRPC::Marshallable
ENABLE_MARSHALLING = true
# enable multiCall extension by default