Skip to content

Commit cc90b47

Browse files
committed
Add link to Nil type.
1 parent 8fd3ee1 commit cc90b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Variable.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Returns the name of the variable, including the sigil.
2626
multi sub trait_mod:<is>(Variable:D, :$default!)
2727
2828
Sets the default value with which a variable is initialized, and to which it
29-
is reset when Nil is assigned to it. Trait arguments are evaluated at compile
29+
is reset when L<Nil|/type/Nil> is assigned to it. Trait arguments are evaluated at compile
3030
time. Closures won't do what you expect. They are stored as is and need to be
3131
called by hand.
3232

0 commit comments

Comments
 (0)