]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix comment
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 8 Apr 2024 23:08:46 +0000 (16:08 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 8 Apr 2024 23:08:46 +0000 (16:08 -0700)
lib/Perl/Tidy/Logger.pm

index 1bd2b291ef06dd0b70a3a6578deda976e0d81d32..c9deb5b3becc60960472d832e0fe4eadc584cfbb 100644 (file)
@@ -377,7 +377,7 @@ sub warning {
     # Report errors to .ERR file (or stdout)
     # Given:
     #    $msg             = a string with the warning message
-    #    $msg_line_number = optional line number to display
+    #    $msg_line_number = optional line number prefix
 
     use constant WARNING_LIMIT => 50;