8000 minor #18521 Fix comma space (alamirault) · symfony/symfony-docs@be6407e · GitHub
[go: up one dir, main page]

Skip to content

Commit be6407e

Browse files
committed
minor #18521 Fix comma space (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Fix comma space It's minor, but while reviewing #18500 (6.2), I saw a missing space after comma I checked all occurrences with `[a-zA-Z],[a-zA-Z]`, it's the only mistake on branch 5.4 Commits ------- 3114363 Fix comma space
2 parents e094be3 + 3114363 commit be6407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ that requires HTTPlug dependencies::
15341534
}
15351535

15361536
Because :class:`Symfony\\Component\\HttpClient\\HttplugClient` implements the
1537-
three interfaces,you can use it this way::
1537+
three interfaces, you can use it this way::
15381538

15391539
use Symfony\Component\HttpClient\HttplugClient;
15401540

0 commit comments

Comments
 (0)
0