Skip to content

Commit 173f2a9

Browse files
Add missing colon before code example
1 parent 23bafc9 commit 173f2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ in the service configuration. You wire up only the difficult arguments,
546546
Symfony takes care of the rest.
547547

548548
You can also use the ``#[Autowire]`` parameter attribute to instruct the autowiring
549-
logic about those arguments:
549+
logic about those arguments::
550550

551551
// src/Service/MessageGenerator.php
552552
namespace App\Service;

0 commit comments

Comments
 (0)