Skip to content

Commit 6ee24af

Browse files
committed
Update docstring
1 parent 4610b4b commit 6ee24af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/signatures.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ method_table(method::Method) = isdefined(method, :external_mt) ? method.external
514514
ret = methoddef!(recurse, signatures, frame; define=true)
515515
ret = methoddef!(signatures, frame; define=true)
516516
517-
Compute the signature of a method definition. `frame.pc` should point to a
518-
`:method` expression. Upon exit, the new signature will be added to `signatures`.
517+
Compute the method table/signature pair of a method definition. `frame.pc` should point to a
518+
`:method` expression. Upon exit, the new method table/signature pair will be added to `signatures`.
519519
520520
There are several possible return values:
521521

0 commit comments

Comments
 (0)