File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ let package = Package(
15
15
16
16
/**
17
17
The following is parsed by our bootstrap script, so
18
- if you make changes here please check the boostrap still
18
+ if you make changes here please check the bootstrap still
19
19
succeeds! Thanks.
20
20
*/
21
21
targets: [
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ enum JSONDecodingError: ErrorProtocol {
150
150
case malformed
151
151
}
152
152
153
- // NOTE: This implementation is carefully crafter to work correctly on both
153
+ // NOTE: This implementation is carefully crafted to work correctly on both
154
154
// Linux and OS X while still compiling for both. Thus, the implementation takes
155
155
// Any even though it could take AnyObject on OS X, and it uses converts to
156
156
// direct Swift types (for Linux) even though those don't apply on OS X.
You can’t perform that action at this time.
0 commit comments