Skip to content

Commit 8638544

Browse files
authored
Oxford comma
1 parent b82f914 commit 8638544

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
multi method full(Backtrace:D:)
120120
121121
Returns a full string representation of the backtrace, including hidden
122-
frames, compiler-specific frames and those from the setting.
122+
frames, compiler-specific frames, and those from the setting.
123123
124124
my $backtrace = Backtrace.new;
125125
say $backtrace.full;

0 commit comments

Comments
 (0)