From cc31b09d4ed431d66cfe10af60c73053272711f0 Mon Sep 17 00:00:00 2001 From: obozdag Date: Wed, 17 Apr 2024 07:23:16 +0200 Subject: [PATCH] docs: Small change in Class Reference description in response.rst Small change in Class Reference description in response.rst. --- user_guide_src/source/outgoing/response.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/outgoing/response.rst b/user_guide_src/source/outgoing/response.rst index 043ce61133e1..721956fbff1e 100644 --- a/user_guide_src/source/outgoing/response.rst +++ b/user_guide_src/source/outgoing/response.rst @@ -255,7 +255,7 @@ Class Reference .. note:: In addition to the methods listed here, this class inherits the methods from the :doc:`Message Class `. -The methods provided by the parent class that are available are: +The methods inherited from the Message Class are: * :meth:`CodeIgniter\\HTTP\\Message::body` * :meth:`CodeIgniter\\HTTP\\Message::setBody`