Skip to content

Commit 57c18a8

Browse files
Fix xml example for defaut-index-name for tagged service provider
1 parent f347595 commit 57c18a8

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
@@ -997,7 +997,7 @@ with the ``default_index_method`` attribute on the tagged argument:
997997
<!-- use getIndex() instead of getDefaultIndexName() -->
998998
<argument type="tagged_iterator"
999999
tag="app.handler"
1000-
default-index-method="someFunctionName"
1000+
default-index-method="getIndex"
10011001
/>
10021002
</service>
10031003
</services>

0 commit comments

Comments
 (0)