Skip to content

Commit 1a7edf7

Browse files
committed
Place a colon between two statements.
1 parent cc90b47 commit 1a7edf7

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
@@ -27,7 +27,7 @@ Returns the name of the variable, including the sigil.
2727
2828
Sets the default value with which a variable is initialized, and to which it
2929
is reset when L<Nil|/type/Nil> is assigned to it. Trait arguments are evaluated at compile
30-
time. Closures won't do what you expect. They are stored as is and need to be
30+
time. Closures won't do what you expect: they are stored as is and need to be
3131
called by hand.
3232
3333
my Int $x is default(42);

0 commit comments

Comments
 (0)