From 4358a253560c226dd674c77f83b913c071c4fa25 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Mon, 31 Oct 2005 23:48:27 +0100 Subject: remove whitespace preceding semicolon in docs Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073 --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perldiag.pod') diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5c2c1d2be1..6e5207f5ef 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4344,7 +4344,7 @@ L for more on this. This warning will not be issued for numerical constants equal to 0 or 1 since they are often used in statements like - 1 while sub_with_side_effects() ; + 1 while sub_with_side_effects(); String constants that would normally evaluate to 0 or 1 are warned about. -- cgit v1.2.1