From a76a9fe0b7579abad4ef34ce1dc6ff701212deb2 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 3 Jan 2019 22:08:31 +0100 Subject: [PATCH] Fix note display Signed-off-by: Roeland Jago Douma --- developer_manual/app/requests/container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/requests/container.rst b/developer_manual/app/requests/container.rst index 9c927db64..9a2c56294 100644 --- a/developer_manual/app/requests/container.rst +++ b/developer_manual/app/requests/container.rst @@ -58,7 +58,7 @@ Using a container ----------------- .. note:: Please do use automatic dependency injection (see below). For most -apps there is no need to register services manually. + apps there is no need to register services manually. Passing dependencies into the constructor rather than instantiating them in the constructor has the following drawback: Every line in the source code where