minor doc change in QSL.pm
authorDirk Koopman <djk@tobit.co.uk>
Wed, 28 Aug 2019 18:14:29 +0000 (19:14 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 28 Aug 2019 18:14:29 +0000 (19:14 +0100)
perl/QSL.pm

index 1738ed6ed67831072d1a97754717a22b100898e0..6649c7a76f9f30b68c78b876fe1f4dd0fd283e34 100644 (file)
@@ -58,6 +58,8 @@ sub new
        return bless [uc $call, []], $pkg;
 }
 
+# called $self->update(comment, time, spotter)
+# $self has the callsign as the first argument in an array of array references
 # the format of each entry is [manager, times found, last time, last reporter]
 sub update
 {