summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek/Peek.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/Peek/Peek.pm')
-rw-r--r--ext/Devel/Peek/Peek.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm
index 080251bb5e..1ef29b476f 100644
--- a/ext/Devel/Peek/Peek.pm
+++ b/ext/Devel/Peek/Peek.pm
@@ -58,7 +58,7 @@ C<CV>. Devel::Peek also supplies C<SvREFCNT()>, C<SvREFCNT_inc()>, and
C<SvREFCNT_dec()> which can query, increment, and decrement reference
counts on SVs. This document will take a passive, and safe, approach
to data debugging and for that it will describe only the C<Dump()>
-function. For format of output of mstats() see
+function. For more information on the format of output of mstat() see
L<perldebug/Using C<$ENV{PERL_DEBUG_MSTATS}>>.
Function C<DumpArray()> allows dumping of multiple values (useful when you