diff options
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r-- | lib/diagnostics.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 0bdf1be1fa..a858a64ca7 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -145,7 +145,7 @@ Not being able to say "no diagnostics" is annoying, but may not be insurmountable. The C<-pretty> directive is called too late to affect matters. -You have to to this instead, and I<before> you load the module. +You have to do this instead, and I<before> you load the module. BEGIN { $diagnostics::PRETTY = 1 } |