File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -368,9 +368,9 @@ will generate the appropriate methods needed to ensure that `Libtask.might_produ
368368keyword arguments.
369369
370370!!! note
371- Because `@might_produce f` is applied to all possible signatures, there may be
372- performance penalties associated with marking `f` as produceable if it is only
373- applicable to a specific method signature . If performance is critical, please use the
371+ Because `@might_produce f` is applied to all possible signatures, there are performance
372+ penalties associated with marking all methods of `f` as produceable if only one method
373+ can actually call `produce` . If performance is critical, please use the
374374 [`might_produce`](@ref) function directly.
375375
376376```jldoctest might_produce_macro
You can’t perform that action at this time.
0 commit comments