We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a1fa3 commit a10431eCopy full SHA for a10431e
components/http_foundation/sessions.rst
@@ -200,7 +200,7 @@ the array::
200
$tokens['c'] = $value;
201
$session->set('tokens', $tokens);
202
203
-With structured namespacing, the the key can be translated to the array
+With structured namespacing, the key can be translated to the array
204
structure like this using a namespace character (defaults to `/`)::
205
206
$session->set('tokens/c', $value);
0 commit comments