Skip to content

Commit ad95f91

Browse files
authored
fix typo
switched of -> switched off
1 parent 088b404 commit ad95f91

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
@@ -882,7 +882,7 @@ re-applied by assigning C<Nil> to it:
882882
=head2 Default Defined Variables Pragma
883883
884884
To force all variables to have a definedness constraint use the pragma C<use
885-
variables :D>. The pragma is lexically scoped and can be switched of with C<use
885+
variables :D>. The pragma is lexically scoped and can be switched off with C<use
886886
variables :_>.
887887
888888
=begin code :skip-test

0 commit comments

Comments
 (0)