Skip to content

Commit bcf340e

Browse files
committed
typo fixes
1 parent 3f82744 commit bcf340e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tablet-2-basic-syntax.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ makes it possible to mix Perl 5 and 6 in one source file.
2222

2323
To even that little obstacle, you can leave out the usual `use
2424
strict;` and `use warnings;` in front of every script, because thats
25-
now default. Also `use utf;` is obsolete since any Perl 6 source code
26-
is always treated as unicode and any UTF character can be used
25+
now default. Also `use utf8;` is obsolete since any Perl 6 source code
26+
is always treated as Unicode and any UTF-8 character can be used
2727
anywhere in the code. Even the features of the pragmas `constant` and
2828
`vars` are now part of the core language.
2929

0 commit comments

Comments
 (0)