Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update 101-basics.pod6
There is no FormatCode F<>, change to C<>
  • Loading branch information
finanalyst committed Jan 7, 2019
1 parent b9b0356 commit b9359ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/101-basics.pod6
Expand Up @@ -115,7 +115,7 @@ values (as with an C<Array> or C<Hash>).
=head3 X<C<filehandle>> and X<C<assignment>>
The built-in function C<open> opens a file, here named F<scores>, and returns a
The built-in function C<open> opens a file, here named C<scores>, and returns a
I<filehandle>--an object representing that file. The equality sign C<=>
I<assigns> that filehandle to the variable on the left, which means that
C<$file> now stores the filehandle.
Expand Down Expand Up @@ -459,4 +459,4 @@ for membership operators you can also use C<(elem)> and C<!(elem)>.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit b9359ea

Please sign in to comment.