3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Class: minor grammar fix

This commit is contained in:
Pragmatic Software 2020-02-09 13:10:07 -08:00
parent 5396a7fcff
commit 6d6689b06e

View File

@ -31,7 +31,7 @@ sub new {
sub initialize {
my ($package, $filename, $line) = caller(0);
my (undef, undef, undef, $subroutine) = caller(1);
Carp::croak("Missing initialize subroutine, created by $subroutine at $filename:$line");
Carp::croak("Missing initialize subroutine in $subroutine at $filename:$line");
}
1;