diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-12 20:52:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-12 20:52:52 +0000 |
commit | f9738a7f833dee4b6953b05d93d3f222f78be370 (patch) | |
tree | f2f196899bf5f0ead5cbc222fb98e07b929f32a9 /pod | |
parent | 8473848ff8266ad63ce5a45acc5fc8a9e690cc05 (diff) | |
download | perl-f9738a7f833dee4b6953b05d93d3f222f78be370.tar.gz |
Small nit in perlsyn about the new // operator
p4raw-id: //depot/perl@19504
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlsyn.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 1b5a6a940e..28ffdc6127 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -20,7 +20,7 @@ C<"#"> character until the end of the line is a comment, and is ignored. If you attempt to use C</* */> C-style comments, it will be interpreted either as division or pattern matching, depending on the context, and C++ C<//> comments just look like a null regular -expression, so don't do that. +expression or defined-or operator, so don't do that. =head2 Declarations |