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 088b404 commit ad95f91Copy full SHA for ad95f91
doc/Language/variables.pod6
@@ -882,7 +882,7 @@ re-applied by assigning C<Nil> to it:
882
=head2 Default Defined Variables Pragma
883
884
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
+variables :D>. The pragma is lexically scoped and can be switched off with C<use
886
variables :_>.
887
888
=begin code :skip-test
0 commit comments