Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 2, 2015
1 parent 7b668ef commit 8718b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The connector component connects to a server by first resolving the hostname pro
`Icicle\Dns\Connector\ConnectorInterface` defines a single method, `connect()` that should resolve a host name and connect to one of the resolved servers, resolving the returned promise with the connected client.

```php
PromiseInterface $connectorInterface->connect(
Generator $connectorInterface->connect(
string $domain,
int $port,
array $options = null,
Expand Down

0 comments on commit 8718b1b

Please sign in to comment.