Skip to content

Commit

Permalink
[pod] typo fix for perlxstut.pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongwe Qiu authored and Father Chrysostomos committed Jan 24, 2011
1 parent 037fcf9 commit 010f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlxstut.pod
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ and we should see the following output:
=head2 EXAMPLE 2

Now let's add to our extension a subroutine that will take a single numeric
argument as input and return 0 if the number is even or 1 if the number
argument as input and return 1 if the number is even or 0 if the number
is odd.

Add the following to the end of Mytest.xs:
Expand Down

0 comments on commit 010f0c4

Please sign in to comment.