File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ is the actual value that will be bound to the formal parameter.
642
642
The process of attaching these values (arguments) to their temporary
643
643
names (parameters) is known as I<binding>. (Some C.S. literature
644
644
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"
646
646
for formal parameters.)
647
647
648
648
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
668
668
the return specification.
669
669
670
670
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
672
672
value, and this will be the return value of the code block as a whole.
673
673
(It must conform to the return type specification, if provided.)
674
674
An explicit C<return> may be used instead to evaluate the C<return>'s
You can’t perform that action at this time.
0 commit comments