Skip to content

Commit 6f130d4

Browse files
committed
avoid typo, change word slightly
1 parent fd24062 commit 6f130d4

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
@@ -38,7 +38,7 @@ Defined as:
3838
3939
Returns a concise string representation of the backtrace, omitting
4040
routines marked as C<is hidden-from-backtrace>, and at the discretion of
41-
the implementor, also some routines from the setting.
41+
the implementation, also some routines from the setting.
4242
4343
my $backtrace = Backtrace.new;
4444
say $backtrace.Str;

0 commit comments

Comments
 (0)