summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 16:01:56 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:05 -0600
commit4509d3915807f2b10ded2392ed80232450656889 (patch)
treefa54dd4b1af0971d4df10d74362062051445a582 /pod/perlguts.pod
parent6f1e9ccb0e063f83e1ecbfb9a5a01f6f3c66dce0 (diff)
downloadperl-4509d3915807f2b10ded2392ed80232450656889.tar.gz
perlguts: Fix broken link
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index a8cabdda7b..21f827a9de 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1125,7 +1125,7 @@ is activated whenever the hash is accessed with a key specified as
an C<SV> through the functions C<hv_store_ent>, C<hv_fetch_ent>,
C<hv_delete_ent>, and C<hv_exists_ent>. Accessing the key as a string
through the functions without the C<..._ent> suffix circumvents the
-hook. See L<Hash::Util::Fieldhash/Guts> for a detailed description.
+hook. See L<Hash::Util::FieldHash/GUTS> for a detailed description.
Note that because multiple extensions may be using C<PERL_MAGIC_ext>
or C<PERL_MAGIC_uvar> magic, it is important for extensions to take