Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove confusing adjective
  • Loading branch information
zoffixznet committed Jul 29, 2018
1 parent 1b9e1e5 commit 4ca4b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -707,7 +707,7 @@ sub foo () {
foo() for ^3; # OUTPUT: «1␤3␤5␤»
=end code
In general, it is better style and p6ier to declare a named state variable in case you have to refer to it several times.
In general, it is better style to declare a named state variable in case you have to refer to it several times.
Note that the implicit state declarator is only applied to the variable
itself, not the expression that may contain an initializer. If the
Expand Down

0 comments on commit 4ca4b13

Please sign in to comment.