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.
1 parent 1b2e63a commit 88b3494Copy full SHA for 88b3494
README.md
@@ -233,7 +233,7 @@ At least 2 factors contribute to x.py's overhead:
233
Cargo could choose to rebuild the standard library if it were necessary (which
234
it isn't), adding latency. In contrast, a single Buck process coordinates the
235
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
+ which those actions operate on. It is quick to map from a file change to
237
exactly which build actions need to be kicked off right away.
238
239
- The state of the Buck build graph is preserved in memory across CLI commands.
0 commit comments