Skip to content

Commit 25b1c4e

Browse files
committed
change flowchart direction
1 parent 2162690 commit 25b1c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
" A3[Inputs: Charlie, 1] --> B\n",
397397
" B --> C3[\"Output: Hello, Charlie (1)!\"]\n",
398398
" A4[Inputs: myname, myage] --> B\n",
399-
" B --> C3[\"Output: Hello, [myname] ([myage])!\"]\n",
399+
" B --> C4[\"Output: Hello, [myname] ([myage])!\"]\n",
400400
"\n",
401401
" classDef func fill:#4169e1,stroke:#333,stroke-width:2px,color:#ffffff;\n",
402402
" class B func;\n",

0 commit comments

Comments
 (0)