aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-03-25 19:55:11 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-03-25 20:07:17 +0000
commit9f8d6f4b1731de063946579868c8b23a732c7275 (patch)
tree4339f234c9940cc941b3dc3967d336760c96adbc
parent28ac615402bfbba56fbcbc6b4f3f51fca8bc9612 (diff)
Reorder Pants and Buck to match "respectively".
-- MOS_MIGRATED_REVID=89528771
-rw-r--r--docs/FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 6980bfb0da..5ca9a4191f 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -63,8 +63,8 @@ Why doesn't Google use ...?
Gradle's, letting Bazel understand exactly what each action does.
This allows for more parallelism and better reproducibility.
-* Buck, Pants: Both tools were created and developed by ex-Googlers at
- Twitter and FourSquare, and Facebook respectively. They have been modeled
+* Pants, Buck: Both tools were created and developed by ex-Googlers at
+ Twitter and Foursquare, and Facebook respectively. They have been modeled
after Bazel, but their feature sets are different, so they aren't viable
alternatives for us.