Skip to content

Commit 8def829

Browse files
javiereguiluzweaverryan
authored andcommitted
Minor corrections
1 parent c649f38 commit 8def829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/http_foundation/session_configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ invoked after the ``open`` operation). You can read more about this at
2222
Native PHP Save Handlers
2323
------------------------
2424

25-
So-called *native* handlers, are save handlers which are either compiled into
25+
So-called native handlers, are save handlers which are either compiled into
2626
PHP or provided by PHP extensions, such as PHP-Sqlite, PHP-Memcached and so on.
2727

2828
All native save handlers are internal to PHP and as such, have no public facing API.

components/http_foundation/sessions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ and remember me login settings or other user based state information.
172172
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Attribute\\NamespacedAttributeBag`
173173
This implementation allows for attributes to be stored in a structured namespace.
174174

175-
Any plain ``key => value`` storage system is limited in the extent to which
175+
Any plain key-value storage system is limited in the extent to which
176176
complex data can be stored since each key must be unique. You can achieve
177177
namespacing by introducing a naming convention to the keys so different parts of
178178
your application could operate without clashing. For example, ``module1.foo`` and

0 commit comments

Comments
 (0)