Skip to content

Commit 7819b56

Browse files
Update src/method.jl
Co-Authored-By: Nick Robinson <[email protected]>
1 parent c3b58d7 commit 7819b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/method.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Unsupported:
2222
- `:head`: Expression head of the function definition (`:function`, `:(=)`, `:(->)`)
2323
2424
For more complete coverage, consider using [`splitdef`](@ref)
25-
with [`CodeTracking.definition`](https://github.com/timholy/CodeTracking.jl)).
25+
with [`CodeTracking.definition`](https://github.com/timholy/CodeTracking.jl).
2626
2727
The dictionary of components returned by `signature` match those returned by
2828
[`splitdef`](@ref) and include all that are required by [`combinedef`](@ref), except for

0 commit comments

Comments
 (0)