From 49fc3055f107c9d1990991139af24daade987571 Mon Sep 17 00:00:00 2001 From: Jon Brandvein Date: Tue, 7 Mar 2017 15:50:31 +0000 Subject: Typo fix -- PiperOrigin-RevId: 149418254 MOS_MIGRATED_REVID=149418254 --- site/versions/master/docs/skylark/depsets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/versions') diff --git a/site/versions/master/docs/skylark/depsets.md b/site/versions/master/docs/skylark/depsets.md index 6c56a3454f..24114b3200 100644 --- a/site/versions/master/docs/skylark/depsets.md +++ b/site/versions/master/docs/skylark/depsets.md @@ -353,8 +353,8 @@ This gets rid of the duplicates, but it makes the order of the command line arguments (and therefore the contents of the files) unspecified, although still deterministic. -Moreover, both this approach and the list-based are asymptotically worse than -the depset-based approach. Consider the case where there is a long chain of +Moreover, both this approach and the list-based one are asymptotically worse +than the depset-based approach. Consider the case where there is a long chain of dependencies on Foo libraries. Processing every rule requires copying all of the transitive sources that came before it into a new data structure. This means that the time and space cost for analyzing an individual library or binary -- cgit v1.2.3