there could be mroe than one ternary operator
Karen Etheridge [Fri, 18 Mar 2011 21:07:49 +0000 (14:07 -0700)]
lib/MooseX/UndefTolerant.pm

index f5cac2b..b8ea693 100644 (file)
@@ -103,8 +103,8 @@ real solution was:
     $class = My:Class->new(bar => 123);
   }
 
-Or some type of codemulch using ternarys.  This module allows you to make
-your attributes more tolerant of undef so that you can keep the first
+Or some type of codemulch using ternary conditionals.  This module allows you
+to make your attributes more tolerant of undef so that you can keep the first
 example: have your cake and eat it too!
 
 =head1 PER ATTRIBUTE