Skip to content

Commit e464daf

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Minor update of the terminology used
2 parents 728c3b7 + 2cf20f5 commit e464daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ each service or load them all at once with this method.
194194

195195
Ok, but can I exclude some paths that I *know* won't contain services?
196196

197-
Yes! The ``exclude`` key is a glob pattern that can be used to *blacklist* paths
197+
Yes! The ``exclude`` key is a glob pattern that can be used to *ignore* paths
198198
that you do *not* want to be included as services. But, since unused services are
199199
automatically removed from the container, ``exclude`` is not that important. The
200200
biggest benefit is that those paths are not *tracked* by the container, and so may

0 commit comments

Comments
 (0)