Small doc tweak - replace "there" with link to Class::Load.
[gitmo/Moose.git] / lib / Class / MOP.pm
index c4a933e..ead8390 100644 (file)
@@ -990,7 +990,7 @@ This will remove the metaclass stored in the C<$name> key.
 
 Some utility functions (such as C<Class::MOP::load_class>) that were
 previously defined in C<Class::MOP> regarding loading of classes have been
-extracted to L<Class::Load>. Please see there for documentation.
+extracted to L<Class::Load>. Please see L<Class::Load> for documentation.
 
 =head1 SEE ALSO