Skip to content

Commit 2e65e49

Browse files
authored
remove extra "by"
1 parent 0fb4080 commit 2e65e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ in becoming more like non-whole-module builds.
205205

206206
## Incremental Builds ##
207207

208-
Incremental builds in Swift work by primarily by cross-file dependency
208+
Incremental builds in Swift work primarily by cross-file dependency
209209
analysis, described in [DependencyAnalysis.md](DependencyAnalysis.md).
210210
Compiling a single file might be necessary because that file has changed, but
211211
it could also be because that file depends on something else that might have

0 commit comments

Comments
 (0)