Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
gfldex committed Jul 22, 2016
1 parent fbb443e commit 4edb119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Nil.pod6
Expand Up @@ -48,7 +48,7 @@ C<Nil>.
say (Nil)[100]; #-> Nil
say (Nil){100}; #-> Nil
When assigned, C<Nil> will revert a container to it's default value, if no such
When assigned, C<Nil> will revert a container to its default value, if no such
default is provided Perl 6 assumes C<Any>. This includes initializers on
defined constrained types. Returning C<Nil> from a routine will break the
definedness constraint. Subsequent assignments to another definedness
Expand Down

0 comments on commit 4edb119

Please sign in to comment.