[pod] typo fix for perlxstut.pod
authorHongwe Qiu <qiuhongwen@gmail.com>
Mon, 24 Jan 2011 11:22:18 +0000 (19:22 +0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 24 Jan 2011 17:58:45 +0000 (09:58 -0800)
pod/perlxstut.pod

index de5b32a..6ed57c9 100644 (file)
@@ -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: