Author: masak Date: 2009-01-07 07:00:46 +0100 (Wed, 07 Jan 2009) New Revision: 24794
Modified: docs/Perl6/Spec/S16-io.pod Log: [S16] slight disambiguation Modified: docs/Perl6/Spec/S16-io.pod =================================================================== --- docs/Perl6/Spec/S16-io.pod 2009-01-07 05:59:42 UTC (rev 24793) +++ docs/Perl6/Spec/S16-io.pod 2009-01-07 06:00:46 UTC (rev 24794) @@ -12,7 +12,7 @@ Contributions: Mark Stosberg <m...@summersault.com> Date: 12 Sep 2006 Last Modified: 1 May 2007 - Version: 17 + Version: 18 This is a draft document. Many of these functions will work as in Perl 5, except we're trying to rationalize everything into packages. For @@ -366,7 +366,7 @@ our Bool multi printf (Str $fmt, *...@list) The function form works as in Perl 5 and always prints to $*DEFOUT. -The method form uses IO handles as objects, not formats. +The method form uses IO handles, not formats, as objects. =back