summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/MooseX/NonMoose.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm
index 5e3c07e..62bf0d5 100644
--- a/lib/MooseX/NonMoose.pm
+++ b/lib/MooseX/NonMoose.pm
@@ -93,7 +93,7 @@ subclass of a class whose constructor does strict argument checking.
=over 4
=item * The reference that the non-Moose class uses as its instance type B<must>
-match the instance type that Moose is using (currently, Moose only supports
+match the instance type that Moose is using (currently, Moose defaults to
hashref based instances).
=item * Arguments passed to the constructor will be passed as-is to the