Documenting that 'has' comes before 'with' when satisfying role requirements - part II
[gitmo/Moose.git] / lib / Moose / Manual / Roles.pod
index 45265e4..888a238 100644 (file)
@@ -188,7 +188,7 @@ I<before> the C<with> function that composes the role.
 
   has 'stress' => ( 
       is  => 'rw',
-         isa => 'Int',
+      isa => 'Int',
   );
 
   with 'Breakable';