Author: cjcollier Date: 2010-03-05 22:31:35 +0100 (Fri, 05 Mar 2010) New Revision: 29949
Modified: docs/Perl6/Spec/S11-modules.pod Log: removed extra "that is" Modified: docs/Perl6/Spec/S11-modules.pod =================================================================== --- docs/Perl6/Spec/S11-modules.pod 2010-03-05 21:17:57 UTC (rev 29948) +++ docs/Perl6/Spec/S11-modules.pod 2010-03-05 21:31:35 UTC (rev 29949) @@ -274,10 +274,9 @@ exist; this differs from C<.import_alias>, which requires that the imported symbols I<not> already exist in the target scope.) -Alternately, a filename may be mentioned directly, which installs -a package that is effectively that is anonymous to the current lexical -scope, and may only be accessed by whatever global names the module -installs: +Alternately, a filename may be mentioned directly, which installs a +package that is effectively anonymous to the current lexical scope, +and may only be accessed by whatever global names the module installs: require "/home/non/Sense.pm" <common @horse>;