Skip to content

Commit 0fed44d

Browse files
committed
docs: fix link to method
1 parent a3d2255 commit 0fed44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/cookie_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following functions are available:
3737
This helper function gives you friendlier syntax to set browser
3838
cookies. Refer to the :doc:`Response Library </outgoing/response>` for
3939
a description of its use, as this function is an alias for
40-
:php:func:`Response::setCookie() <setCookie>`.
40+
:php:meth:`CodeIgniter\\HTTP\\Response::setCookie()`.
4141

4242
.. php:function:: get_cookie($index[, $xssClean = false[, $prefix = '']])
4343

0 commit comments

Comments
 (0)