From 3c6b7e109399c2a5159107a4cd156fff7a223a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Wed, 21 Apr 2021 09:24:51 +0800 Subject: [PATCH] Fix spaces Say either - integer / floating / string, or - integer/floating/string not - integer/floating/ string --- pod/perlnumber.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index d77fe68458c5..3b356b1fd660 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -129,7 +129,7 @@ used may lead to breakage of some of the above rules. =head1 Flavors of Perl numeric operations Perl operations which take a numeric argument treat that argument in one -of four different ways: they may force it to one of the integer/floating/ +of four different ways: they may force it to one of the integer / floating / string formats, or they may behave differently depending on the format of the operand. Forcing a numeric value to a particular format does not change the number stored in the value.