Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 14, 2019
1 parent 562111a commit c42bbc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Lock/Async.pod6
Expand Up @@ -102,7 +102,7 @@ Defined as:
method unlock(Lock::Async:D: --> Nil)
Releases the lock. If there are any oustanding C<lock> C<Promise>s,
Releases the lock. If there are any outstanding C<lock> C<Promise>s,
the one at the head of the queue will then be kept, and potentially
code scheduled on the thread pool (so the cost of calling C<unlock>
is limited to the work needed to schedule another piece of code that
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Range.pod6
Expand Up @@ -443,7 +443,7 @@ the use of parenthesis.
multi sub infix:<->(Range:D \r, Real:D \v)
Takes an L<C<Real>|/type/Real> and substract that number to both
Takes an L<C<Real>|/type/Real> and subtract that number to both
boundaries of the L<Range|/type/Range> object. Be careful with
the use of parenthesis.
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod6
Expand Up @@ -638,7 +638,7 @@ assign the value from each argument to those C<Scalar>s. If the original
argument also had an intermediary C<Scalar> it is bypassed during this process,
and is not available inside the called function.
Sigilled parameters will always impose a context on the collected arguments.
Sigiled parameters will always impose a context on the collected arguments.
Sigilless parameters can also be used slurpily, preceded by a + sign, to
work with whatever initial type they started with:
Expand Down

0 comments on commit c42bbc2

Please sign in to comment.