Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Aug 28, 2016
1 parent 5270805 commit e7c5a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/control.pod6
Expand Up @@ -586,7 +586,7 @@ iteration.
say $i;
}
The infinite loop does not requie parentheses.
The infinite loop does not require parentheses.
=for code :skip-test
loop { say 'forever' }
Expand Down Expand Up @@ -685,7 +685,7 @@ To return a mutable container, use C<return-rw>.
say ++s();
# OUTPUT«42␤»
The same rules as for C<return> reguarding phasers and control exceptions apply.
The same rules as for C<return> regarding phasers and control exceptions apply.
=head1 X<fail|control flow>
Expand Down

0 comments on commit e7c5a4a

Please sign in to comment.