Author: larry
Date: Thu Dec 28 14:47:15 2006
New Revision: 13507
Modified:
doc/trunk/design/syn/S12.pod
Log:
Another tweak from b_jonas++.
Modified: doc/trunk/design/syn/S12.pod
==============================================================================
--- doc/trunk/design/syn/S12.pod (original)
+++ doc/trunk/design/syn/S12.pod Thu Dec 28 14:47:15 2006
@@ -1591,8 +1591,7 @@
WHEN (reserved for events?)
WHY (reserved for documentation?)
-None of these methods takes arguments, so they may also be used as
-named unary operators:
+These may be use either as methods or as unary operators:
$obj.WHAT # method form of P5's ref
WHAT $obj # unary form of P5's ref