Skip to content

Commit

Permalink
docs: added value param wrt. method signature (angular#32968)
Browse files Browse the repository at this point in the history
PR Close angular#32968
  • Loading branch information
Muhammad Umair authored and mohaxspb committed Nov 7, 2019
1 parent 1ed0858 commit cd2adba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/http/src/headers.ts
Expand Up @@ -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.
*/
Expand Down

0 comments on commit cd2adba

Please sign in to comment.