We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b58d7 commit 7819b56Copy full SHA for 7819b56
src/method.jl
@@ -22,7 +22,7 @@ Unsupported:
22
- `:head`: Expression head of the function definition (`:function`, `:(=)`, `:(->)`)
23
24
For more complete coverage, consider using [`splitdef`](@ref)
25
-with [`CodeTracking.definition`](https://github.com/timholy/CodeTracking.jl)).
+with [`CodeTracking.definition`](https://github.com/timholy/CodeTracking.jl).
26
27
The dictionary of components returned by `signature` match those returned by
28
[`splitdef`](@ref) and include all that are required by [`combinedef`](@ref), except for
0 commit comments