Skip to content

Commit f2213d1

Browse files
authored
docs: enhance SWBApplePlatform inline documentations (swiftlang#45)
* docs: fix spelling of `intentionally` * docs: fix spelling of `plumbing` * docs: fix spelling of `process`
1 parent ee6fb42 commit f2213d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SWBApplePlatform/Specs/Darwin Product Types.xcspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// Each dictionary key is the macro expression to evaluate
6666
// The dictionary value contains the error message to display if the condition evaluates to false.
6767
Checks = {
68-
// This is intentially empty as currently all of the checks are done in-code for this particular application type. However, we enable the plubmbing for the validation tool spec infrastructure to be called to avoid any further hacks in Swift Build. This is to enable rdar://problem/45590882.
68+
// This is intentionally empty as currently all of the checks are done in-code for this particular application type. However, we enable the plumbing for the validation tool spec infrastructure to be called to avoid any further hacks in Swift Build. This is to enable rdar://problem/45590882.
6969
};
7070

7171
// Determines if the legacy build system has support for this validation hook. This is a workaround for enabling additional validation in Swift Build (specifically for rdar://problem/45590882).

Sources/SWBApplePlatform/Specs/RealityAssetsCompilerSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ package final class RealityAssetsCompilerSpec: GenericCompilerSpec, SpecIdentifi
199199
}
200200

201201
public func constructTasks(_ cbc: CommandBuildContext, _ delegate: any TaskGenerationDelegate, moduleWithDependencies: ModuleWithDependencies) async {
202-
// Construct the realitool 'create-schema' preproces swift -> schema .usda task.
202+
// Construct the realitool 'create-schema' preprocess swift -> schema .usda task.
203203
await constructRealityAssetsCreateSchemaTasks(cbc, delegate, moduleWithDependencies: moduleWithDependencies)
204204
}
205205

0 commit comments

Comments
 (0)