Skip to content

Commit

Permalink
docs: added value param wrt. method signature (#32968)
Browse files Browse the repository at this point in the history
PR Close #32968
  • Loading branch information
Muhammad Umair authored and atscott committed Nov 6, 2019
1 parent e2d7b25 commit 7b87392
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 7b87392

Please sign in to comment.