Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Feb 7, 2019
1 parent 86f72e0 commit ea52bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -944,7 +944,7 @@ re-applied by assigning C<Nil> to it:
=head2 Default defined variables pragma
To force all variables to have a L<definitness|/language/mop#index-entry-syntax_DEFINITE-DEFINITE>
To force all variables to have a L<definiteness|/language/mop#index-entry-syntax_DEFINITE-DEFINITE>
constraint, use the pragma C<use variables :D>. The pragma is lexically scoped and can be
switched off with C<use variables :_>.
Expand Down
4 changes: 2 additions & 2 deletions doc/Type/Nil.pod6
Expand Up @@ -55,7 +55,7 @@ When assigned to a L<container|/language/containers>, the C<Nil> value (but not
C<Nil>) will attempt to revert the container to its default value; if no
such default is declared, Perl 6 assumes C<Any>.
Since a hash assignment expects two elements, use C<Empty> not C<Nil>, eg.
Since a hash assignment expects two elements, use C<Empty> not C<Nil>, e.g.
my %h = 'a'..'b' Z=> 1..*;
# stuff happens
Expand Down Expand Up @@ -179,4 +179,4 @@ Warns the user that they tried to numify a C<Nil>.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit ea52bc1

Please sign in to comment.