Skip to content

Commit 287d274

Browse files
committed
repair codeblock
1 parent 870b265 commit 287d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ be used directly on the class of the service you want to configure::
12901290
}
12911291

12921292
You can apply the ``#[AsTaggedItem]`` attribute multiple times to register the
1293-
same service under different indexes:
1293+
same service under different indexes::
12941294

12951295
#[AsTaggedItem(index: 'handler_one', priority: 5)]
12961296
#[AsTaggedItem(index: 'handler_two', priority: 20)]

0 commit comments

Comments
 (0)