Skip to content

Commit 2bb708d

Browse files
committed
Update exception-unions to be consistent.
1 parent 9774e15 commit 2bb708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ try {
10521052
// ...
10531053
} catch (FirstThrowableType $e) {
10541054
// ...
1055-
} catch (OtherThrowableType | AnotherThrowableType $e) {
1055+
} catch (OtherThrowableType|AnotherThrowableType $e) {
10561056
// ...
10571057
} finally {
10581058
// ...

0 commit comments

Comments
 (0)