Skip to content

Commit 4909197

Browse files
author
Carl Masak
committed
[S06] typo fixes
1 parent e5b8663 commit 4909197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S06-routines.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ is the actual value that will be bound to the formal parameter.
642642
The process of attaching these values (arguments) to their temporary
643643
names (parameters) is known as I<binding>. (Some C.S. literature
644644
uses the terms "formal argument" and "actual argument" for these
645-
two conepts, but here we try to avoid using the term "argument"
645+
two concepts, but here we try to avoid using the term "argument"
646646
for formal parameters.)
647647

648648
Various Perl 6 code objects (either routines or blocks) may be
@@ -668,7 +668,7 @@ may always call C<fail> to return a C<Failure> object regardless of
668668
the return specification.
669669

670670
Ordinarily, if the return is specified as a type (or is unspecified),
671-
the final statement of the block will be evaluated for its the return
671+
the final statement of the block will be evaluated for its return
672672
value, and this will be the return value of the code block as a whole.
673673
(It must conform to the return type specification, if provided.)
674674
An explicit C<return> may be used instead to evaluate the C<return>'s

0 commit comments

Comments
 (0)