File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ discard the order-only input request once satisfied.
24
24
Parallelism
25
25
===========
26
26
27
- There are two obvious approachs to introducing parallelism into the core build
27
+ There are two obvious approaches to introducing parallelism into the core build
28
28
engine.
29
29
30
30
1. The first approach (which is taken currently) changes the task definition so
@@ -64,7 +64,7 @@ Recursive Dependency Scanning
64
64
-----------------------------
65
65
66
66
The current design of the engine handles dependency scanning in the same manner
67
- as other tasks, it assocates a scan request with a rule and then enqueues the
67
+ as other tasks, it associates a scan request with a rule and then enqueues the
68
68
actual scanning work so that it can proceed in parallel with other work.
69
69
70
70
Currently, the dependency scanning processes each input for an individual rule
You can’t perform that action at this time.
0 commit comments