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

Commit 69699dc

Browse files
committed
Merge branch 'docs/#97-fix-typo-in-delegators-docs' into develop
Close #97
2 parents efee84c + b8ff06c commit 69699dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 3.1.0 - TBD
5+
## 3.1.0 - 2016-06-01
66

77
### Added
88

@@ -18,7 +18,8 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#97](https://github.com/zendframework/zend-servicemanager/pull/97) Typo corrections
22+
in the delegator factories documentation
2223

2324
## 3.0.4 - TBD
2425

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)