diff --git a/docs/providers/factory.rst b/docs/providers/factory.rst index 4f8d08f7..789c32b0 100644 --- a/docs/providers/factory.rst +++ b/docs/providers/factory.rst @@ -364,7 +364,7 @@ Actually, there are two ways of creating factory delegates: + ``Delegate(Factory(...))`` - obviously wrapping factory into ``Delegate`` provider. -+ ``Factory().delegate()`` - calling factory ``delegate()`` method, that ++ ``Factory(...).delegate()`` - calling factory ``delegate()`` method, that returns delegate wrapper for current factory. Example: