Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S06] typo fixes
  • Loading branch information
Carl Masak committed Jan 10, 2013
1 parent e5b8663 commit 4909197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S06-routines.pod
Expand Up @@ -642,7 +642,7 @@ is the actual value that will be bound to the formal parameter.
The process of attaching these values (arguments) to their temporary
names (parameters) is known as I<binding>. (Some C.S. literature
uses the terms "formal argument" and "actual argument" for these
two conepts, but here we try to avoid using the term "argument"
two concepts, but here we try to avoid using the term "argument"
for formal parameters.)

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

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

0 comments on commit 4909197

Please sign in to comment.