From f6955aadfbf3926e0fb3451f5cfc231747c4cfec Mon Sep 17 00:00:00 2001 From: "Arndt H. Ziegler" <60158770+ArndtZiegler@users.noreply.github.com> Date: Mon, 30 Aug 2021 22:17:08 +0200 Subject: [PATCH] Fix confusion of HttpKernel and Kernel The mentioned debug setting is part of the (abstract) class Kernel, i.e. "the" kernel, not the class HttpKernel --- components/dependency_injection/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index 750420f4d47..7ea3c1ea28e 100644 --- a/components/dependency_injection/workflow.rst +++ b/components/dependency_injection/workflow.rst @@ -21,7 +21,7 @@ Working with a Cached Container ------------------------------- Before building it, the kernel checks to see if a cached version of the -container exists. The HttpKernel has a debug setting and if this is false, +container exists. The kernel has a debug setting and if this is false, the cached version is used if it exists. If debug is true then the kernel :doc:`checks to see if configuration is fresh ` and if it is, the cached version of the container is used. If not then the