Skip to content

Commit cb8d6b9

Browse files
committed
Removed sentence in Partial Application section
1 parent 38761a8 commit cb8d6b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

index.ipynb

-8
Original file line numberDiff line numberDiff line change
@@ -1667,14 +1667,6 @@
16671667
"We can pass a `check` function to `combine` that can perform a check and decide whether we want to continue the computation or not."
16681668
]
16691669
},
1670-
{
1671-
"cell_type": "markdown",
1672-
"id": "92fbc8a2",
1673-
"metadata": {},
1674-
"source": [
1675-
"`f` comes first in the parameter list because we probably want will want to bind it first then later decide what type of check behavior we want."
1676-
]
1677-
},
16781670
{
16791671
"cell_type": "code",
16801672
"execution_count": null,

0 commit comments

Comments
 (0)