Author: luqui
Date: Sun Mar 12 22:29:06 2006
New Revision: 8168

Modified:
   doc/trunk/design/syn/S02.pod

Log:
Fixed a typo, thanks Douglas Hunter.


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Sun Mar 12 22:29:06 2006
@@ -12,7 +12,7 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 10 Aug 2004
-  Last Modified: 25 Feb 2006
+  Last Modified: 12 Mar 2006
   Number: 2
   Version: 17
 
@@ -498,7 +498,7 @@
 
 Ordinary package-qualified names look like in Perl 5:
 
-    $Foo::Bar::baz     # the $baz variable in package Foo::bar
+    $Foo::Bar::baz     # the $baz variable in package Foo::Bar
 
 Sometimes it's clearer to keep the sigil with the variable name, so an
 alternate way to write this is:

Reply via email to