X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=src%2FClient.php;h=d31e9f5ef966e40cf7e6ae25b991fdb91a726b22;hp=af17679bbd315e5b2f35f6bf075cc42f30889aa4;hb=d8e180b0ca87bf675d5fda2099d49c9d0043cd42;hpb=640b8c0e60bb8a13dde241ec4d23ca1f58bb5b8a diff --git a/src/Client.php b/src/Client.php index af17679..d31e9f5 100644 --- a/src/Client.php +++ b/src/Client.php @@ -83,7 +83,7 @@ class Client /** * The charset encoding that will be used for serializing request sent by the client. - * If defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using + * It defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using * their xml character entity representation (this has the benefit that line end characters will not be mangled in * the transfer, a CR-LF will be preserved as well as a singe LF). * Valid values are 'US-ASCII', 'UTF-8' and 'ISO-8859-1'