diff options
author | Karl Williamson <khw@cpan.org> | 2015-01-14 11:16:50 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-14 11:18:19 -0700 |
commit | 28ffebafd3403d496952bd64c99bb9bd7cbe871f (patch) | |
tree | 3e3699926d3ede379f8f4118c7c50a8dd6bbf69b /pod/perlhacktips.pod | |
parent | d1cef54a570d5ed7b6b443b65984965167a0a3ef (diff) | |
download | perl-28ffebafd3403d496952bd64c99bb9bd7cbe871f.tar.gz |
perlhacktips: Fix typo
Diffstat (limited to 'pod/perlhacktips.pod')
-rw-r--r-- | pod/perlhacktips.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod index 3d477da89e..40bb3a16f8 100644 --- a/pod/perlhacktips.pod +++ b/pod/perlhacktips.pod @@ -173,7 +173,7 @@ NUM2PTR().) =item * -Casting between data function pointers and data pointers +Casting between function pointers and data pointers Technically speaking casting between function pointers and data pointers is unportable and undefined, but practically speaking it seems |