Skip to content

Commit 6105452

Browse files
authored
[docs] Fix typo in DebuggingTheCompiler.md
preceeding -> preceding
1 parent c3ae5a1 commit 6105452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DebuggingTheCompiler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ One of the first steps is an invocation of the driver's
922922
In order to create a Swift compiler installation (`--install-swift`), the
923923
standalone driver must be built as a separate build product using the
924924
*just-built* Swift compiler and toolchain (the ones built in the same
925-
`build-script` invocation, preceeding the SwiftDriver build product). The
925+
`build-script` invocation, preceding the SwiftDriver build product). The
926926
additional build product is added to the build by specifying the
927927
`--swift-driver` option of the `build-script`. The driver product is istalled
928928
into the resulting toolchain installation by specifying the

0 commit comments

Comments
 (0)