From 630c6c051432f362fce5a0e5de26f7f5e3f60733 Mon Sep 17 00:00:00 2001 From: LABCAT Date: Wed, 23 Oct 2019 21:05:22 +1300 Subject: [PATCH] Update src/Control/HTTPRequest.php Co-Authored-By: Robbie Averill --- src/Control/HTTPRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/HTTPRequest.php b/src/Control/HTTPRequest.php index 898c46f84..925fea8a2 100644 --- a/src/Control/HTTPRequest.php +++ b/src/Control/HTTPRequest.php @@ -468,7 +468,7 @@ class HTTPRequest implements ArrayAccess * Construct an HTTPResponse that will deliver a file to the client. * Caution: Since it requires $fileData to be passed as binary data (no stream support), * it's only advisable to send small files through this method. - * this function needs to called inside the controllers response, eg + * This function needs to called inside the controller’s response, e.g.: * $this->setResponse(HTTPRequest::send_file('the content', 'filename.txt')); * * @static