diff options
author | Hongwen Qiu <qiuhongwen@gmail.com> | 2011-01-25 11:46:03 +0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-24 20:11:03 -0800 |
commit | 313ce23f886218e9cbc159ce0f8dfdff84e48128 (patch) | |
tree | 9ace1d8d3bbb0bf6ca6ba5228c7b7c2f1ac2d6de /pod/perlxstut.pod | |
parent | 321ec85b66435d34fbe21d07e5168b05c777f904 (diff) | |
download | perl-313ce23f886218e9cbc159ce0f8dfdff84e48128.tar.gz |
remove duplicates in perlxstut.pod
Diffstat (limited to 'pod/perlxstut.pod')
-rw-r--r-- | pod/perlxstut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index 6ed57c9d9e..2517b67a77 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -724,7 +724,7 @@ description of an XSUB: Note that in contrast with L<"EXAMPLE 1">, L<"EXAMPLE 2"> and L<"EXAMPLE 3">, this description does not contain the actual I<code> for what is done -is done during a call to Perl function foo(). To understand what is going +during a call to Perl function foo(). To understand what is going on here, one can add a CODE section to this XSUB: double |