Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some missing punctuation
  • Loading branch information
Paul Cochrane committed Jun 8, 2015
1 parent 2a755c1 commit 87daf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/Nil.pod
Expand Up @@ -24,7 +24,7 @@ in an C<(Any)> object.
my Int $y = $x; # error: Type check failed in assignment to '$y'; expected 'Int' but got 'Any'
This is because an untyped container is C<Any> until proven otherwise, and
the C<Nil> evaporates
the C<Nil> evaporates.
If you are looking for a variable which transforms objects into type objects
when said variable appears on the RHS, you can type the container as C<Nil>.
Expand All @@ -39,7 +39,7 @@ when said variable appears on the RHS, you can type the container as C<Nil>.
method gist() returns Str:D
Returns C<"Nil">
Returns C<"Nil">.
=head2 method Str
Expand Down

0 comments on commit 87daf4e

Please sign in to comment.