We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a755c1 commit 87daf4eCopy full SHA for 87daf4e
lib/Type/Nil.pod
@@ -24,7 +24,7 @@ in an C<(Any)> object.
24
my Int $y = $x; # error: Type check failed in assignment to '$y'; expected 'Int' but got 'Any'
25
26
This is because an untyped container is C<Any> until proven otherwise, and
27
-the C<Nil> evaporates
+the C<Nil> evaporates.
28
29
If you are looking for a variable which transforms objects into type objects
30
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>.
39
40
method gist() returns Str:D
41
42
-Returns C<"Nil">
+Returns C<"Nil">.
43
44
=head2 method Str
45
0 commit comments