Skip to content

Commit a90cbe7

Browse files
authored
Update index.md
1 parent 8f6d1d3 commit a90cbe7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Base.copy(::Libtask.TapedTask)
1818
Libtask.set_taped_globals!
1919
```
2020

21-
An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
22-
23-
```@docs; canonical=true
24-
Libtask.might_produce(::Type{<:Tuple})
25-
```
26-
2721
## Functions for use inside a [`TapedTask`](@ref)s:
2822
```@docs; canonical=true
2923
Libtask.produce
3024
Libtask.get_taped_globals
3125
```
26+
27+
An opt-in mechanism marks functions that might contain `Libtask.produce` statements.
28+
29+
```@docs; canonical=true
30+
Libtask.might_produce(::Type{<:Tuple})
31+
```

0 commit comments

Comments
 (0)