We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 303d88c + 2e65e49 commit 35f856fCopy full SHA for 35f856f
docs/Driver.md
@@ -205,7 +205,7 @@ in becoming more like non-whole-module builds.
205
206
## Incremental Builds ##
207
208
-Incremental builds in Swift work by primarily by cross-file dependency
+Incremental builds in Swift work primarily by cross-file dependency
209
analysis, described in [DependencyAnalysis.md](DependencyAnalysis.md).
210
Compiling a single file might be necessary because that file has changed, but
211
it could also be because that file depends on something else that might have
0 commit comments