Skip to content

Commit 88b3494

Browse files
committed
Fix typo in x.py incremental build speed explanation
1 parent 1b2e63a commit 88b3494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ At least 2 factors contribute to x.py's overhead:
233233
Cargo could choose to rebuild the standard library if it were necessary (which
234234
it isn't), adding latency. In contrast, a single Buck process coordinates the
235235
entire dependency graph from top-level targets to build actions to input files
236-
which those actions operate on. If is quick to map from a file change to
236+
which those actions operate on. It is quick to map from a file change to
237237
exactly which build actions need to be kicked off right away.
238238

239239
- The state of the Buck build graph is preserved in memory across CLI commands.

0 commit comments

Comments
 (0)