Skip to content

Commit

Permalink
fix tut2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Jun 16, 2021
1 parent 4e7253a commit 68eb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funflow-tutorial/notebooks/Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> `kernmantle`'s `&` operator allows to weave in chain multiple strands, e.g.:\n",
"> `kernmantle`'s `&` operator allows us to \"weave in,\" or \"chain,\" multiple strands, e.g.:\n",
"> ```haskell\n",
"> weaveMyFlow myFlow = myFlow & weave' #custom1 interpretCustomTask1 & weave' #custom2 interpretCustomTask2\n",
"> ```\n",
Expand Down

0 comments on commit 68eb555

Please sign in to comment.