Skip to content

Commit

Permalink
Update FSM.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubSchwenkbeck authored Nov 23, 2024
1 parent 3896664 commit 88f517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StringPatternMatching/src/Jupyter/FSM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"source": [
"val fsm = new FiniteStateMachine(\"Scala is a great function and OOP language!\", List(\"Scala\", \"functional\", \"OOP\"))\n",
"val result = fsm.PMM()\n",
"println(result) // Expected Output: [(3, \"she\"), (4, \"hers\")]\n",
"println(result) ",
"\n"
]
}
Expand Down

0 comments on commit 88f517e

Please sign in to comment.