Skip to content

Commit a3c65d7

Browse files
committed
docs: fix doc comments
1 parent 27d9984 commit a3c65d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/HTTP/ResponseTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use InvalidArgumentException;
2323

2424
/**
25-
* Request Trait
25+
* Response Trait
2626
*
2727
* Additional methods to make a PSR-7 Response class
2828
* compliant with the framework's own ResponseInterface.
@@ -446,7 +446,7 @@ public function send()
446446
}
447447

448448
/**
449-
* Sends the headers of this HTTP request to the browser.
449+
* Sends the headers of this HTTP response to the browser.
450450
*
451451
* @return Response
452452
*/

0 commit comments

Comments
 (0)