Skip to content

Commit 2ca2566

Browse files
committed
Fix typo
1 parent d29f68b commit 2ca2566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version 0.03
1515

1616
# DESCRIPTION
1717

18-
This module implements and algorithm to identify and split multi-word
18+
This module implements an algorithm to identify and split multi-word
1919
identifier in their individual words. For example, "UserFind" in "user"
2020
and "find", or "timesort" in "time" and "sort".
2121

lib/Lingua/IdSplitter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ __END__
325325
326326
=head1 DESCRIPTION
327327
328-
This module implements and algorithm to identify and split multi-word
328+
This module implements an algorithm to identify and split multi-word
329329
identifier in their individual words. For example, "UserFind" in "user"
330330
and "find", or "timesort" in "time" and "sort".
331331

0 commit comments

Comments
 (0)