Follow that camel ... another sync.
[p5sagit/p5-mst-13.2.git] / pod / perlop.pod
index 6e65ba3..c430dbc 100644 (file)
@@ -1074,9 +1074,9 @@ this expression:
 
     qw(foo bar baz)
 
-is exactly equivalent to the list:
+is semantically equivalent to the list:
 
-    ('foo', 'bar', 'baz')
+    'foo', 'bar', 'baz'
 
 Some frequently seen examples: