Skip to content

Commit 72b8266

Browse files
committed
docs: fix description
1 parent a3e670a commit 72b8266

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user_guide_src/source/concepts/services.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ Resetting Services Cache
181181

182182
.. versionadded:: 4.6.0
183183

184-
When Services is first called fairly early in the framework initialization process,
185-
the Services classes discovered by auto-discovery is cached in a property.
184+
When the Services class is first called fairly early in the framework initialization
185+
process, the Services classes discovered by auto-discovery are cached in a property,
186+
and it will not be updated.
186187

187188
If modules are dynamically loaded later, and there are Services in the modules,
188189
the cache must be updated.

0 commit comments

Comments
 (0)