Author: masak Date: 2010-07-30 18:15:01 +0200 (Fri, 30 Jul 2010) New Revision: 31869
Modified: docs/Perl6/Spec/S26-documentation.pod Log: [S26] corrected minor typos and inconsistencies Nothing that changes the meaning of the spec, really. Modified: docs/Perl6/Spec/S26-documentation.pod =================================================================== --- docs/Perl6/Spec/S26-documentation.pod 2010-07-30 16:11:56 UTC (rev 31868) +++ docs/Perl6/Spec/S26-documentation.pod 2010-07-30 16:15:01 UTC (rev 31869) @@ -13,7 +13,7 @@ =table Maintainer: Damian Conway Date: 9 Apr 2005 - Last Modified: 16 Aug 2009 + Last Modified: 30 Jul 2009 =end VERSION =head1 @@ -297,7 +297,7 @@ } #= This subroutine does the real work - sub so_raw_magic ( + sub do_raw_magic ( Spell $s, #= Which spell to invoke *%options #= How to invoke it ) {...} @@ -316,8 +316,8 @@ sub fu ( #= This text stored in C<&fu.WHY> Any $bar, #= This text stored in C<$bar.WHY> Mode :$baz, #= This text stored in C<$baz.WHY> - Context :$the_context_in_which_we_foo? - #= This stored in C<$the_context_in_which_we_foo.WHY> + Context :$the_context_in_which_we_fu? + #= This stored in C<$the_context_in_which_we_fu.WHY> ) { ... } sub fu2 (Any $bar) @@ -395,7 +395,7 @@ .kast(Spell $s) : Initiate a specified spell abnormally Subroutines: - so_raw_magic( : This subroutine does the real work + do_raw_magic( : This subroutine does the real work Spell $s, : Which spell to invoke *%options : How to invoke it ) @@ -471,7 +471,7 @@ blocks all have implicit nesting. Nesting of blocks is usually rendered by adding extra indentation to the -block contents, but may also be indicated in others ways: +block contents, but may also be indicated in other ways: by boxing the contents, by changing the font or size of the nested text, or even by folding the text (so long as a visible placeholder is provided).