summaryrefslogtreecommitdiff
path: root/cpan/perlfaq/lib/perlfaq4.pod
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/perlfaq/lib/perlfaq4.pod')
-rw-r--r--cpan/perlfaq/lib/perlfaq4.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/perlfaq/lib/perlfaq4.pod b/cpan/perlfaq/lib/perlfaq4.pod
index 72607f3691..f615bf4bf9 100644
--- a/cpan/perlfaq/lib/perlfaq4.pod
+++ b/cpan/perlfaq/lib/perlfaq4.pod
@@ -2430,7 +2430,7 @@ Usually a hash ref, perhaps like this:
References are documented in L<perlref> and L<perlreftut>.
Examples of complex data structures are given in L<perldsc> and
L<perllol>. Examples of structures and object-oriented classes are
-in L<perltoot>.
+in L<perlootut>.
=head2 How can I use a reference as a hash key?