Author: larry Date: Mon Mar 26 18:10:55 2007 New Revision: 14355 Modified: doc/trunk/design/syn/S03.pod
Log: typo from dduncan++ Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Mon Mar 26 18:10:55 2007 @@ -3196,7 +3196,7 @@ constant (@foo = 1,2,3); # wrong: 2 and 3 are not variable names When parentheses are omitted, you may use an infix assignment operator -instea dof C<=> as the initializer. In that case, the left hand side of +instead of C<=> as the initializer. In that case, the left hand side of the infix operator will be the variable's prototype object: constant Dog $fido .= new; # okay: a constant Dog object