Skip to content

Commit a81c37d

Browse files
committed
docs: fix JSONFormatter namespace
1 parent 6cd0839 commit a81c37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/api_responses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ support both JSON and XML::
113113
];
114114

115115
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
116+
``respond*`` or ``fail*`` methods will be formatted by the ``CodeIgniter\Format\JSONFormatter`` class. The resulting
117117
JSON data will be sent back to the client.
118118

119119
Class Reference

0 commit comments

Comments
 (0)