Fix typo in vim regex
Kennedy Clark [Sun, 27 Aug 2006 20:27:44 +0000 (20:27 +0000)]
lib/Catalyst/Manual/Tutorial/Appendices.pod

index ac3af7c..1025640 100644 (file)
@@ -80,7 +80,7 @@ C<0>, to the last line, C<$>).
 
 =item * 
 
-"%$s/^    "
+"%s/^    "
 
 A shortcut for the previous item (C<%> specifies the entire file; so
 this removes four leading spaces from every line).