Skip to content

Commit 48bfed1

Browse files
committed
Match name in description with signature one
1 parent a40259a commit 48bfed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Backtrace.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Defined as:
119119
120120
multi method map(Backtrace:D: &block --> Seq:D)
121121
122-
It invokes &code for each element and gathers the return values in a sequence and returns it.
122+
It invokes C<&block> for each element and gathers the return values in a sequence and returns it.
123123
124124
This program:
125125

0 commit comments

Comments
 (0)