diff --git a/lib/Text/Hyphen.pm b/lib/Text/Hyphen.pm index d3441c1..45325e4 100644 --- a/lib/Text/Hyphen.pm +++ b/lib/Text/Hyphen.pm @@ -26,10 +26,10 @@ modules on CPAN. my $hyphenator = new Text::Hyphen; - print $hyp->hyphenate('representation', '-'); + print $hyphenator->hyphenate('representation', '-'); # prints rep-re-sen-ta-tion - print map "($_)", $hyp->hyphenate('multiple'); + print map "($_)", $hyphenator->hyphenate('multiple'); # prints "(mul)(ti)(ple)" =head1 EXPORT @@ -554,7 +554,7 @@ Alex Kapranoff, C<< >> =head1 BUGS AND SUPPORT -This code is hoste don Github, please see L. +This code is hosted on Github, please see L. Please report any bugs or feature requests to GitHub issues.