Skip to content

Commit 9ee3722

Browse files
committed
minor tweak to mermaid chart
1 parent f831203 commit 9ee3722

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_notebooks/CSSE/JavascriptLessons/Functions/2025-09-29-functions_tinkerers_lesson.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@
389389
"\n",
390390
"<div class=\"mermaid\">\n",
391391
"flowchart LR\n",
392-
" A[Inputs myname myage] --> B[greet Function Code inside]\n",
393-
" B --> C[Output Hello Alice 16]\n",
394-
" A2[Inputs myname myage] --> B\n",
395-
" B --> C2[Output Hello Bob 42]\n",
396-
" A3[Inputs myname myage] --> B\n",
397-
" B --> C3[Output Hello Charlie 7]\n",
392+
" A[\"Inputs: Alice, 16\"] --> B[\"greet() function\"]\n",
393+
" B --> C[\"Output: Hello, Alice (16)!\"]\n",
394+
" A2[Inputs: Bob, 999999999] --> B\n",
395+
" B --> C2[\"Output: Hello, Bob (999999999)!\"]\n",
396+
" A3[Inputs: Charlie, 1] --> B\n",
397+
" B --> C3[\"Output: Hello, Charlie (1)!\"]\n",
398398
"\n",
399399
" classDef func fill:#4169e1,stroke:#333,stroke-width:2px;\n",
400400
" class B func;\n",

0 commit comments

Comments
 (0)