diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 47ba3a87bd88..7d7380a0fa94 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -3938,10 +3938,11 @@ I is the previous OP optimized, whose C points to I. =item xop_dump This member is a pointer to a function of type -C. If set, this function is called -by C when dumping a custom operator of this type, after the op's -basic fields have been printed. This function may make use of -C to emit additional output that may be useful for debugging. +C. If set, this +function is called by C when dumping a custom operator of this +type, after the op's basic fields have been printed. This function may make +use of C to emit additional output that may be useful for +debugging. The opaque structure pointer passed in as its final argument should be passed directly into C.