update comment
Hans Dieter Pearcey [Mon, 30 Mar 2009 05:11:44 +0000 (01:11 -0400)]
t/020_attributes/004_attribute_triggers.t

index 859607f..cbb54ca 100644 (file)
@@ -158,7 +158,7 @@ use Test::Exception;
     is_deeply(\%Blarg::trigger_vals, { map { $_ => "Yet another $_ value" } qw/foo bar baz/ }, 'All triggers given assigned values');
 }
 
-# Triggers receive the meta-attribute as an argument
+# Triggers do not receive the meta-attribute as an argument
 
 {
     package Foo;