aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/build-ref.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index 6bb3e11926..ac2aa7b247 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -834,7 +834,7 @@ arg ::= IDENTIFIER '=' expr
Like binaries, tests also have runfiles trees, and the files
beneath it are the only files that a test may legitimately open
at runtime. For example, a program <code>cc_test(name='x',
- data=['//foo:bar])</code> may open and
+ data=['//foo:bar'])</code> may open and
read <code>$TEST_SRCDIR/workspace/foo/bar</code> during execution.
(Each programming language has its own utility function for