Skip to content

Commit 2e7c7d7

Browse files
Merge pull request #253 from jdreesen/patch-1
Fix typo
2 parents dc3b707 + 8ec6ca8 commit 2e7c7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message/message-factory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ choice to the bootstrapping code::
7676
{
7777
$request = $this->requestFactory->createRequest('GET', 'http://httplug.io');
7878
$stream = $this->streamFactory->createStream('stream content');
79-
$uri = $this->UriFactory->createUri('http://httplug.io');
79+
$uri = $this->uriFactory->createUri('http://httplug.io');
8080
...
8181
}
8282
}

0 commit comments

Comments
 (0)