From 2e44d24d24335415fb25de177b246e17ff8462fd Mon Sep 17 00:00:00 2001 From: Mehul Goel Date: Wed, 23 Oct 2024 16:27:39 -0400 Subject: [PATCH] fixed mermaid --- docs/architecture/code_flow_detailed.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/architecture/code_flow_detailed.md b/docs/architecture/code_flow_detailed.md index 6b4d528..3407f4f 100644 --- a/docs/architecture/code_flow_detailed.md +++ b/docs/architecture/code_flow_detailed.md @@ -54,7 +54,7 @@ flowchart TB end subgraph RN-UKF["UKF Node"] - UKF - SC ONLY + UKF_SC_ONLY end subgraph RN-STATE["Buggy State Node"] @@ -131,5 +131,4 @@ flowchart TB classDef RT color:#000,fill:#74a57f; classDef RN color:#000,fill:#ee5622; linkStyle default stroke-width:3px; - ``` \ No newline at end of file