Skip to content

Commit 1b39176

Browse files
committed
fix typo
1 parent 0c09e85 commit 1b39176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ variables :_>.
929929
my Int $i;
930930
# OUTPUT«===SORRY!=== Error while compiling <tmp>␤Variable definition of type Int:D (implicit :D by pragma) requires an initializer ...
931931
my Int $i = 1; # that works
932-
{ use variables :_; my Int $i; } # switch it of in this block
932+
{ use variables :_; my Int $i; } # switch it off in this block
933933
934934
Please note that assigning L<Nil|/type/Nil> will revert the variable to it's
935935
default value. The default value of a defined constraint type is the type

0 commit comments

Comments
 (0)