changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html
index 2430656..eb1904e 100644
--- a/user_guide/libraries/xmlrpc.html
+++ b/user_guide/libraries/xmlrpc.html
@@ -151,7 +151,7 @@
 

 <p>Here is an example of a simple array with three parameters:</p>

 

-<code>$request = array('John', 'Doe', 'www.some-site.com');<br />

+<code>$request = array('John', 'Doe', 'www.example.com');<br />

 $this->xmlrpc->request($request);</code>

 

 <p>If you use data types other than strings, or if you have several different data types, you will place