Skip to content

Commit 2181b11

Browse files
committed
“RaiseErrors” → “RaiseError”
Another “just a typo”
1 parent e14cda2 commit 2181b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DBDish/Role/ErrorHandling.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A role that handles the errors from connection handles and statement handles
88
=head3 Attributes
99
=head4 C<PrintError is rw>
1010
Errors are printed to the standard error handle if this is True
11-
=head4 C<RaiseErrors is rw = True>
11+
=head4 C<RaiseError is rw = True>
1212
Errors raise exceptions if this is True
1313
=head3 Methods
1414
=head4 errstr

0 commit comments

Comments
 (0)