File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ shared data in a concurrent environment and is thus key to supporting
620
620
thread-safety in the high level API, this is sometimes known as a
621
621
"Mutex" in other programming languages. Because the higher level classes
622
622
(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.
624
624
625
625
The primary interface to L < Lock > is the method
626
626
L < protect|/type/Lock#method_protect > which ensures that a block of code
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ C<die> with a message as to what went wrong:
24
24
= head2 Typed exceptions
25
25
26
26
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
29
29
(and was expected to be available), then one could raise an
30
30
L < X::IO::DoesNotExist > exception like so:
31
31
You can’t perform that action at this time.
0 commit comments