aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-02-06 18:17:04 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-06 18:17:04 +0000
commit4077663af87a1113dc4fdee59816939bcd1329f4 (patch)
treec37fd021c245250d1e83f10e9513b4b5d5d81ff7
parent47038c808ecb6b0e14e60383cdc206e625cf05d9 (diff)
Bazel faq: s/artifacts/generated files/
The word artifact is not defined in the page and seems obscure (at least to me). -- MOS_MIGRATED_REVID=85727217
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 9a1e8eaf89..ba781e70ba 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -286,7 +286,7 @@ some extra care:
execution (--spawn_strategy=sandboxed-linux, only on Linux) can
help find undeclared dependencies.
- * Avoid storing timestamps in artifacts. ZIP files and other
+ * Avoid storing timestamps in generated files. ZIP files and other
archives are especially prone to this.
* Avoid connecting to the network. Sandboxed execution can help here