Fix error message
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Trait / Role / Composite.pm
index dc4a915..5d4d000 100644 (file)
@@ -35,7 +35,7 @@ sub _merge_class_attributes {
             Moose->throw_error( "Role '"
                     . $self->name()
                     . "' has encountered a class attribute conflict "
-                    . "during composition. This is fatal error and cannot be disambiguated."
+                    . "during composition. This is a fatal error and cannot be disambiguated."
             );
         }