From 119449b5898ae779b3de019ecdca3c0d2044361d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 13 Oct 2012 23:20:57 +0200 Subject: Fix typo --- Bugzilla/WebService/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService/Util.pm') diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index 0c206e030..30862ed26 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -169,7 +169,7 @@ a hash to L, 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. -- cgit v1.2.3-24-g4f1b