Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f57055d

Browse files
committed
Minor tweak
1 parent c09eacc commit f57055d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/constraints/Callback.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,8 @@ constructor of the Callback constraint::
254254
.. warning::
255255

256256
Using a ``Closure`` together with annotation configuration will disable the
257-
annotation cache for that class/property/methods because ``Closure``s cannot
258-
be cached. For best performance, it is recommended to use a static callback
259-
method.
257+
annotation cache for that class/property/method because ``Closure`` cannot
258+
be cached. For best performance, it's recommended to use a static callback method.
260259

261260
Options
262261
-------

0 commit comments

Comments
 (0)