Skip to content

Commit 3651f0f

Browse files
committed
Fix incorrect an
1 parent 17f0dc3 commit 3651f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlaygroundLogger/PlaygroundLogger/SwiftExceptionSafety.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
// On Apple platforms, SwiftExceptionSafety is used to turn ObjC-based throws into an exception return which Swift code then can handle without crashing
14-
// On non-Apple platforms, there is no ObjC runtime throwing things around, so provide an hollow stub to keep other code happy with minimal #ifs
14+
// On non-Apple platforms, there is no ObjC runtime throwing things around, so provide a hollow stub to keep other code happy with minimal #ifs
1515

1616
class NSException {
1717
var description: String {

0 commit comments

Comments
 (0)