From 182469b346f4de0677efccf43380e26b52eda568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 16 Oct 2024 22:59:19 +0200 Subject: [PATCH] Fix copy/paste/adapt mistake (#11684) The last step was missing. --- docs/en/tutorials/working-with-indexed-associations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/working-with-indexed-associations.rst b/docs/en/tutorials/working-with-indexed-associations.rst index 81032ee8e4a..e6822de3952 100644 --- a/docs/en/tutorials/working-with-indexed-associations.rst +++ b/docs/en/tutorials/working-with-indexed-associations.rst @@ -40,7 +40,7 @@ The code and mappings for the Market entity looks like this: .. literalinclude:: working-with-indexed-associations/market.xml :language: xml - .. literalinclude:: working-with-indexed-associations/market.xml + .. literalinclude:: working-with-indexed-associations/market.yaml :language: yaml