Skip to content

Commit 4201e23

Browse files
author
Jan-Olof Hendig
committed
Fixed a couple of stupid mistakes
1 parent 5153e70 commit 4201e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/CallFrame.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ This is a shortcut for looking up the C<line> annotation. For example, the follo
7272
7373
=head2 method annotations
7474
75-
method annotations(CallFrame:D: --> Map)
75+
method annotations(--> Map:D)
7676
77-
Returns a L<Map> containing the invocants annotations.
77+
Returns a L<Map> containing the invocants annotations, i.e. C<line> and C<file>.
7878
An easier way to get hold of the annotation information is to use one
7979
of the convenience methods instead.
8080

0 commit comments

Comments
 (0)