Fix one cosmetic readme issue
This commit is contained in:
parent
53dd617a29
commit
703cdb9cd9
|
@ -113,9 +113,9 @@ Provider
|
||||||
--------
|
--------
|
||||||
A means of providing an instance of a type. Built-in providers include
|
A means of providing an instance of a type. Built-in providers include
|
||||||
``ClassProvider`` (creates a new instance from a class),
|
``ClassProvider`` (creates a new instance from a class),
|
||||||
``InstanceProvider`` (returns an existing instance directly) and
|
``InstanceProvider`` (returns an existing instance directly),
|
||||||
``CallableProvider`` (provides an instance by calling a function).
|
``CallableProvider`` (provides an instance by calling a function) and
|
||||||
``AssistedFactoryProvider`` (provides a factory which can be used for assisted injection)
|
``AssistedFactoryProvider`` (provides a factory which can be used for assisted injection).
|
||||||
|
|
||||||
Scope
|
Scope
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue