Skip to content

Commit

Permalink
Merge 584c161 into c4e8f14
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Oct 2, 2020
2 parents c4e8f14 + 584c161 commit 6949969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Symbol/Approx/Sub.pm
Expand Up @@ -39,7 +39,7 @@ To use it, simply include the line:
use Symbol::Approx::Sub;
somewhere in your program. Then, each time you call a subroutine that doesn't
exist in the the current package, Perl will search for a subroutine with
exist in the current package, Perl will search for a subroutine with
approximately the same name. The meaning of 'approximately the same' is
configurable. The default is to find subroutines with the same Soundex
value (as defined by Text::Soundex) as the missing subroutine. There are
Expand Down

0 comments on commit 6949969

Please sign in to comment.