8000 Fixed a syntax issue · symfony/symfony-docs@fd35c93 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd35c93

Browse files
committed
Fixed a syntax issue
1 parent 883c062 commit fd35c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_kit/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Retrieving Cookies
110110
~~~~~~~~~~~~~~~~~~
111111

112112
The ``Crawler`` object exposes cookies (if any) through a
113-
:class:`Symfony\Component\BrowserKit\CookieJar`, which allows you to store and
113+
:class:`Symfony\\Component\\BrowserKit\\CookieJar`, which allows you to store and
114114
retrieve any cookie while making requests with the client::
115115

116116
use Acme\Client;

0 commit comments

Comments
 (0)
0