Skip to content

Commit f4f5da2

Browse files
committed
Merge pull request #9 from adius/master
Minor fixes
2 parents a7577ab + 3651f0f commit f4f5da2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PlaygroundLogger/Documentation/LoggerFormat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ two pairs:
6969
* (ending line, ending column)
7070

7171
For consumers that produce logging data by instrumenting source code, these
72-
are the locations in the instrumented source code that are responsibile for
72+
are the locations in the instrumented source code that are responsible for
7373
generating the data being logged. No sanity checking of any kind is performed,
7474
and consumers should be ready to receive any possible value combinations.
7575

@@ -119,7 +119,7 @@ Entries of types:
119119
* `struct`
120120
* `tuple`
121121
* `enum`
122-
* `agregate`
122+
* `aggregate`
123123
* `container`
124124
* `index_container`
125125
* `key_container`

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)