Skip to content

Commit 81b5882

Browse files
committed
fix 3 minor typos
1 parent 93f4bc1 commit 81b5882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Language/concurrency.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ shared data in a concurrent environment and is thus key to supporting
620620
thread-safety in the high level API, this is sometimes known as a
621621
"Mutex" in other programming languages. Because the higher level classes
622622
(L<Promise>, L<Supply> andL<Channel>,) use a L<Lock> where required it
623-
is unlikey that user code will need to use a L<Lock> directly.
623+
is unlikely that user code will need to use a L<Lock> directly.
624624
625625
The primary interface to L<Lock> is the method
626626
L<protect|/type/Lock#method_protect> which ensures that a block of code

lib/Language/exceptions.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ C<die> with a message as to what went wrong:
2424
=head2 Typed exceptions
2525
2626
Typed exceptions provide more information about the kind of error that
27-
occured within the exception object itself. For instance, if while
28-
executing C<.zompie copy> on an object the path C<foo/bar> is unavailable
27+
occurred within the exception object itself. For instance, if while
28+
executing C<.zombie copy> on an object the path C<foo/bar> is unavailable
2929
(and was expected to be available), then one could raise an
3030
L<X::IO::DoesNotExist> exception like so:
3131

0 commit comments

Comments
 (0)