Skip to content

Commit a10431e

Browse files
jonathaningramweaverryan
authored andcommitted
removed extra "the" in text
1 parent 40a1fa3 commit a10431e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ the array::
200200
$tokens['c'] = $value;
201201
$session->set('tokens', $tokens);
202202

203-
With structured namespacing, the the key can be translated to the array
203+
With structured namespacing, the key can be translated to the array
204204
structure like this using a namespace character (defaults to `/`)::
205205

206206
$session->set('tokens/c', $value);

0 commit comments

Comments
 (0)