Skip to content

Commit

Permalink
Fix comment on custom header example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodgy committed Aug 7, 2020
1 parent 176e286 commit 564e3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/client/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ use Laminas\Http\Header;
// Fetch the container
$headers = $client->getRequest()->getHeaders();

// Setting a single header using a name and value. Will not overwrite any //
previously-added headers of the same name.
// Setting a single header using a name and value. Will not overwrite any
// previously-added headers of the same name.
$headers->addHeaderLine('Host', 'www.example.com');

// You can also use a full header line:
Expand Down

0 comments on commit 564e3e1

Please sign in to comment.