Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 6914773

Browse files
JakeFrOcramius
authored andcommitted
[DOC] MD syntax correction
Fix typo in list of parameters passed to the delegator factory
1 parent efee84c commit 6914773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/book/delegators.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ The parameters passed to the delegator factory are the following:
2929
- `$container` is the service locator that is used while creating the delegator
3030
for the requested service.
3131
- `$name` is the name of the service being requested.
32-
- `$callback` is a
33-
- [callable](http://www.php.net/manual/en/language.types.callable.php) that is
32+
- `$callback` is a [callable](http://www.php.net/manual/en/language.types.callable.php) that is
3433
responsible for instantiating the delegated service (the real service instance).
3534
- `$options` is an array of options to use when creating the instance; these are
3635
typically used only during `build()` operations.

0 commit comments

Comments
 (0)