Skip to content

Commit cf45bb8

Browse files
authored
fix typo
1 parent c58aa6f commit cf45bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/rb-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Perl 6 uses C<.Str>, or C<.gist> for the same affect.
487487
=head3 C<if> C<elsif> C<else> C<unless>
488488
489489
This work very similarly between Ruby and Perl 6, but Perl 6 uses C<{ }> to
490-
clearly deliniate the blocks.
490+
clearly delineate the blocks.
491491
492492
# Ruby
493493
if x > 5

0 commit comments

Comments
 (0)