Skip to content

Commit 58a8ba2

Browse files
committed
Small typos in buildengine documentation
1 parent 5af82d5 commit 58a8ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buildengine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ discard the order-only input request once satisfied.
2424
Parallelism
2525
===========
2626

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
2828
engine.
2929

3030
1. The first approach (which is taken currently) changes the task definition so
@@ -64,7 +64,7 @@ Recursive Dependency Scanning
6464
-----------------------------
6565

6666
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
6868
actual scanning work so that it can proceed in parallel with other work.
6969

7070
Currently, the dependency scanning processes each input for an individual rule

0 commit comments

Comments
 (0)