Skip to content

Commit a0c422e

Browse files
authored
Merge pull request #236 from cnovak/patch-1
Update client-common.rst
2 parents 03e782c + ce2d7f7 commit a0c422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/client-common.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This client wraps the HttpClient and provides convenience methods for common HTT
1515
To be able to do that, it also wraps a message factory::
1616

1717
use Http\Discovery\HttpClientDiscovery;
18-
use Http\Discovery\MessageFactoryDiscovery
18+
use Http\Discovery\MessageFactoryDiscovery;
1919

2020
$client = new HttpMethodsClient(
2121
HttpClientDiscovery::find(),

0 commit comments

Comments
 (0)