We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd24062 commit 6f130d4Copy full SHA for 6f130d4
doc/Type/Backtrace.pod6
@@ -38,7 +38,7 @@ Defined as:
38
39
Returns a concise string representation of the backtrace, omitting
40
routines marked as C<is hidden-from-backtrace>, and at the discretion of
41
-the implementor, also some routines from the setting.
+the implementation, also some routines from the setting.
42
43
my $backtrace = Backtrace.new;
44
say $backtrace.Str;
0 commit comments