docs: added value param wrt. method signature (#32968)

PR Close #32968
This commit is contained in:
Muhammad Umair 2019-10-02 20:45:19 +05:00 committed by atscott
parent e2d7b25e0d
commit 7b87392f47
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ export class HttpHeaders {
* Appends a new value to the existing set of values for a header
* and returns them in a clone of the original instance.
*
* @param name The header name for which to append the value or values.
* @param value The new value or array of values.
* @param name The header name for which to append the values.
* @param value The value to append.
*
* @returns A clone of the HTTP headers object with the value appended to the given header.
*/