Skip to content

Commit 5adddfe

Browse files
pjcjkhwilliamson
authored andcommitted
Fix spelling in perlguts
1 parent fe1b774 commit 5adddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlguts.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3760,7 +3760,7 @@ in a single byte.
37603760

37613761
=head2 How do I compare strings?
37623762

3763-
L<perlapi/sv_cmp> and L<perlapi/sv_cmp_flags> do a lexigraphic
3763+
L<perlapi/sv_cmp> and L<perlapi/sv_cmp_flags> do a lexicographic
37643764
comparison of two SVs, and handle UTF-8ness properly. Note, however,
37653765
that Unicode specifies a much fancier mechanism for collation, available
37663766
via the L<Unicode::Collate> module.

0 commit comments

Comments
 (0)