Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Oct 19, 2016
1 parent c58aa6f commit cf45bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/rb-nutshell.pod6
Expand Up @@ -487,7 +487,7 @@ Perl 6 uses C<.Str>, or C<.gist> for the same affect.
=head3 C<if> C<elsif> C<else> C<unless>
This work very similarly between Ruby and Perl 6, but Perl 6 uses C<{ }> to
clearly deliniate the blocks.
clearly delineate the blocks.
# Ruby
if x > 5
Expand Down

0 comments on commit cf45bb8

Please sign in to comment.