From 3649bdb40dc82231b2259485a070035a67703c60 Mon Sep 17 00:00:00 2001 From: Pedro Nofuentes Date: Sat, 29 Nov 2014 13:35:16 +0100 Subject: [PATCH] Fixed heading capitalization to follow the standards --- components/http_foundation/sessions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/http_foundation/sessions.rst b/components/http_foundation/sessions.rst index dcf225bb2a0..1e3d262bd1a 100644 --- a/components/http_foundation/sessions.rst +++ b/components/http_foundation/sessions.rst @@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple API as follows divided into a couple of groups. -Session workflow +Session Workflow ................ :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::start` @@ -91,7 +91,7 @@ Session workflow :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::setName` Sets the session name. Do not use ``session_name()``. -Session attributes +Session Attributes .................. :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::set` @@ -129,7 +129,7 @@ an array. A few methods exist for "Bag" management: Gets the :class:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface`. This is just a shortcut for convenience. -Session metadata +Session Metadata ................ :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`