Skip to content

Commit

Permalink
[S02] Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimmerFairy committed Apr 6, 2013
1 parent c557b42 commit 6d47309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-bits.pod
Expand Up @@ -2662,7 +2662,7 @@ The outermost package scopes nest like this, traversed via C<PARENT>:

GLOBAL < (your_package_here)

You main program starts up in the C<GLOBAL> package and the C<UNIT>
Your main program starts up in the C<GLOBAL> package and the C<UNIT>
lexical scope. Whenever anything is declared with "our" semantics, it
inserts a name into both the current package and the current lexical
scope. (And "my" semantics only insert into the current lexical
Expand Down

0 comments on commit 6d47309

Please sign in to comment.