Minor typo in perlpacktut
Opened this issue · 2 comments
d2alphame commented
There's a minor typo here perldoc.perl.org/perlpacktut, under the topic Unpacking a Stack Frame. The second code fence there has
my( $ip, $cs, $flags, $ax, $bx, $cd, $dx, $si, $di, $bp, $ds, $es ) =
unpack( 'v12', $frame );
The $cd
there should be changed to $cx
karenetheridge commented
This is the wrong repository for issues regarding the documentation content itself, but I've made the change over at Perl/perl5@3aa7496. thanks!
d2alphame commented
This is the wrong repository for issues regarding the documentation content itself, but I've made the change over at Perl/perl5@3aa7496. thanks!
So I'm guessing I should have opened the issue at Perl/perl5.
Noted.