Add a comment
[gitmo/Mouse.git] / xs-src / MouseTypeConstraints.xs
index 2f4a6b1..8818186 100644 (file)
@@ -84,7 +84,7 @@ mouse_tc_Bool(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) {
         }
     }
     else{
-        /* false must be boolean */
+        /* any false value must be boolean */
         return TRUE;
     }
 }