From b0a7d594dfa2f128eedde32700280f8d22a713cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 3 Nov 2025 11:02:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Mermaid=20chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/dependencies/dependencies-with-yield.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/tutorial/dependencies/dependencies-with-yield.md b/docs/en/docs/tutorial/dependencies/dependencies-with-yield.md index 407cb0a54..494c40efa 100644 --- a/docs/en/docs/tutorial/dependencies/dependencies-with-yield.md +++ b/docs/en/docs/tutorial/dependencies/dependencies-with-yield.md @@ -217,9 +217,9 @@ participant operation as Path Operation client ->> dep_req: Start request Note over dep_req: Run code up to yield - dep_req ->> dep_func: + dep_req ->> dep_func: Pass dependency Note over dep_func: Run code up to yield - dep_func ->> operation: Run path operation + dep_func ->> operation: Run path operation with dependency operation ->> dep_func: Return from path operation Note over dep_func: Run code after yield Note over dep_func: ✅ Dependency closed