Skip to content

Commit a622dd3

Browse files
committed
rename doctest
1 parent cfb7402 commit a622dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ will generate the appropriate methods needed to ensure that `Libtask.might_produ
367367
`true` for all relevant signatures of `f`. This works even if `f` has methods with keyword
368368
arguments.
369369
370-
```jldoctest kwargs
370+
```jldoctest might_produce_macro
371371
julia> # For this demonstration we need to mark `g` as not being inlineable.
372372
@noinline function g(x; y, z=0)
373373
produce(x + y + z)

0 commit comments

Comments
 (0)