Skip to content

Commit

Permalink
Bug.update_attachment returns 'attachments', not 'attachment'
Browse files Browse the repository at this point in the history
  • Loading branch information
LpSolit committed Mar 7, 2015
1 parent ad6cd7c commit 4a900ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/WebService/Bug.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ C<boolean> Set to true if you specifically want a new flag to be created.
=item B<Returns>
A C<hash> with a single field, "attachment". This points to an array of hashes
A C<hash> with a single field, "attachments". This points to an array of hashes
with the following fields:
=over
Expand Down

0 comments on commit 4a900ca

Please sign in to comment.