Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
thundergnat committed Aug 8, 2018
1 parent cd318ff commit 90ca7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -1407,7 +1407,7 @@ say "We got $name";
=end code
This code provides a default name for C<$name>. If the user exits from the
prompt of simply does not provide a valid input for C<$name>; C<let> will
prompt or simply does not provide a valid input for C<$name>; C<let> will
restore the default value provided at the top. If user input is valid, it will
keep that.
Expand Down

0 comments on commit 90ca7af

Please sign in to comment.