Skip to content

Commit 87daf4e

Browse files
committed
Add some missing punctuation
1 parent 2a755c1 commit 87daf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Nil.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ in an C<(Any)> object.
2424
my Int $y = $x; # error: Type check failed in assignment to '$y'; expected 'Int' but got 'Any'
2525
2626
This is because an untyped container is C<Any> until proven otherwise, and
27-
the C<Nil> evaporates
27+
the C<Nil> evaporates.
2828
2929
If you are looking for a variable which transforms objects into type objects
3030
when said variable appears on the RHS, you can type the container as C<Nil>.
@@ -39,7 +39,7 @@ when said variable appears on the RHS, you can type the container as C<Nil>.
3939
4040
method gist() returns Str:D
4141
42-
Returns C<"Nil">
42+
Returns C<"Nil">.
4343
4444
=head2 method Str
4545

0 commit comments

Comments
 (0)