From 50f89f98d86606a35c87a966eb6e2541c8245ee8 Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Mon, 16 Dec 2013 06:23:29 +0100 Subject: [PATCH] fix literal formatting --- book/http_cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/http_cache.rst b/book/http_cache.rst index b84b6a534db..811684ce2bd 100644 --- a/book/http_cache.rst +++ b/book/http_cache.rst @@ -385,7 +385,7 @@ header when none is set by the developer by following these rules: * If ``Cache-Control`` is empty (but one of the other cache headers is present), its value is set to ``private, must-revalidate``; -* But if at least one ``Cache-Control`` directive is set, and no 'public' or +* But if at least one ``Cache-Control`` directive is set, and no ``public`` or ``private`` directives have been explicitly added, Symfony2 adds the ``private`` directive automatically (except when ``s-maxage`` is set).