From 010f0c4bf014b5c77fb8fb5e1878d71cad7ddf0b Mon Sep 17 00:00:00 2001 From: Hongwe Qiu Date: Mon, 24 Jan 2011 19:22:18 +0800 Subject: [PATCH] [pod] typo fix for perlxstut.pod --- pod/perlxstut.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlxstut.pod b/pod/perlxstut.pod index de5b32a5121f..6ed57c9d9e5a 100644 --- a/pod/perlxstut.pod +++ b/pod/perlxstut.pod @@ -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: