Skip to content

Commit d3974e2

Browse files
committed
minor #15765 [DependencyInjection] Fix confusion of HttpKernel and Kernel (ArndtZiegler)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] 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 Commits ------- f6955aa Fix confusion of HttpKernel and Kernel
2 parents f85553d + f6955aa commit d3974e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Working with a Cached Container
2121
-------------------------------
2222

2323
Before building it, the kernel checks to see if a cached version of the
24-
container exists. The HttpKernel has a debug setting and if this is false,
24+
container exists. The kernel has a debug setting and if this is false,
2525
the cached version is used if it exists. If debug is true then the kernel
2626
:doc:`checks to see if configuration is fresh </components/config/caching>`
2727
and if it is, the cached version of the container is used. If not then the

0 commit comments

Comments
 (0)