Author: jdlugosz Date: 2009-05-18 07:01:27 +0200 (Mon, 18 May 2009) New Revision: 26868
Modified: docs/Perl6/Spec/S03-operators.pod Log: Fix one typo, s/know/known/. Really just low-hanging fruit to test my Commit access and procedures therein. I'm assuming that the VERSION block is updated manually before checking in, and all versions are numbered sequentially even if a typographic change. Modified: docs/Perl6/Spec/S03-operators.pod =================================================================== --- docs/Perl6/Spec/S03-operators.pod 2009-05-17 21:54:23 UTC (rev 26867) +++ docs/Perl6/Spec/S03-operators.pod 2009-05-18 05:01:27 UTC (rev 26868) @@ -1,4 +1,4 @@ -=encoding utf8 +=encoding utf8 =head1 TITLE @@ -12,8 +12,8 @@ Maintainer: Larry Wall <la...@wall.org> Date: 8 Mar 2004 - Last Modified: 30 Apr 2009 - Version: 164 + Last Modified: 17 May 2009 + Version: 165 =head1 Overview @@ -1544,7 +1544,7 @@ invocant, which has the effect of turning what would otherwise be a function call into a method call. It may only be used on the first argument of an argument list or capture, and will fail to parse if used in any other position. -When used within a capture, it is not yet know what signature the capture will +When used within a capture, it is not yet known what signature the capture will be bound to; if bound to a non-method's signature, the invocant merely turns into the first positional argument, as if the colon had been a comma.