We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd0839 commit a81c37dCopy full SHA for a81c37d
1 file changed
user_guide_src/source/outgoing/api_responses.rst
@@ -113,7 +113,7 @@ support both JSON and XML::
113
];
114
115
So, if your request asks for JSON formatted data in an **Accept** header, the data array you pass any of the
116
-``respond*`` or ``fail*`` methods will be formatted by the **CodeIgniter\\API\\JSONFormatter** class. The resulting
+``respond*`` or ``fail*`` methods will be formatted by the ``CodeIgniter\Format\JSONFormatter`` class. The resulting
117
JSON data will be sent back to the client.
118
119
Class Reference
0 commit comments