From a2af4d75cf5885b5b57af9d98b9e7c00c14107b3 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sun, 7 Jun 2020 14:18:24 +0200 Subject: [PATCH] Minor update of the terminology used --- service_container/3.3-di-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/3.3-di-changes.rst b/service_container/3.3-di-changes.rst index 3eb90241982..6a6075f846f 100644 --- a/service_container/3.3-di-changes.rst +++ b/service_container/3.3-di-changes.rst @@ -161,7 +161,7 @@ each service or load them all at once with this method. OK, but can I exclude some paths that I *know* won't contain services? -Yes! The ``exclude`` key is a glob pattern that can be used to *blacklist* paths +Yes! The ``exclude`` key is a glob pattern that can be used to *ignore* paths that you do *not* want to be included as services. But, since unused services are automatically removed from the container, ``exclude`` is not that important. The biggest benefit is that those paths are not *tracked* by the container, and so may