Skip to content

Commit

Permalink
Merge pull request #253 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sagikazarmark committed Jan 26, 2019
2 parents dc3b707 + 8ec6ca8 commit 2e7c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/message-factory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ choice to the bootstrapping code::
{
$request = $this->requestFactory->createRequest('GET', 'http://httplug.io');
$stream = $this->streamFactory->createStream('stream content');
$uri = $this->UriFactory->createUri('http://httplug.io');
$uri = $this->uriFactory->createUri('http://httplug.io');
...
}
}
Expand Down

0 comments on commit 2e7c7d7

Please sign in to comment.