build based on 370be8a

This commit is contained in:
Documenter.jl
2024-09-15 06:17:58 +00:00
parent f936777d1e
commit 4960e99bea
24 changed files with 24 additions and 24 deletions

View File

@@ -484,7 +484,7 @@
"metadata": {},
"outputs": [],
"source": [
"fun = () -> a + b\n",
"fun = () -> add(a, b)\n",
"t = Task(fun)\n",
"schedule(t)"
]