Skip to content

Commit 6e47806

Browse files
committed
Fix type alias
1 parent c3adc9f commit 6e47806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/caps/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type Shared = SharedCapability
5353
trait ExclusiveCapability extends Capability, Classifier
5454

5555
@experimental
56-
type Exclusive = SharedCapability
56+
type Exclusive = ExclusiveCapability
5757

5858
/** Base trait for capabilities that capture some continuation or return point in
5959
* the stack. Examples are exceptions, labels, Async, CanThrow.

0 commit comments

Comments
 (0)