Minor changes for factory delegation docs

This commit is contained in:
Roman Mogilatov 2015-07-25 05:33:35 +03:00
parent 024b148c54
commit 0364128ba5

View File

@ -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: