diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 23:22:21 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 23:22:21 +0200 |
commit | 8320e045f0ab24359e352412b88a3392e67b14e4 (patch) | |
tree | c8dec3c2b9f8da80cb2cc6762ffc0437a7a74ce2 | |
parent | 4e3a63930481bb032790766641f2101708bd4e83 (diff) | |
download | bugzilla-8320e045f0ab24359e352412b88a3392e67b14e4.tar.gz bugzilla-8320e045f0ab24359e352412b88a3392e67b14e4.tar.xz |
Fix typo
-rw-r--r-- | Bugzilla/WebService/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index adb7fb43a..fe4105ca2 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -143,7 +143,7 @@ a hash to L</filter>, C<0> otherwise. =head2 validate -This helps in the validation of parameters passed into the WebSerice +This helps in the validation of parameters passed into the WebService methods. Currently it converts listed parameters into an array reference if the client only passed a single scalar value. It modifies the parameters hash in place so other parameters should be unaltered. |