aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/build-ref.html
diff options
context:
space:
mode:
authorGravatar Gustav Larsson <gustav.m.larsson@gmail.com>2016-08-11 14:43:12 +0000
committerGravatar Yue Gan <yueg@google.com>2016-08-12 08:49:45 +0000
commit153e5586a0a09237119f613ce591f892adc7efe4 (patch)
treedd06bd38a3b2f47bee73035571e5095295ed09ab /site/docs/build-ref.html
parent653a16a49b83bd96b18ee71c8123f53305811472 (diff)
DOC: Fix typo (unclosed string)
Small typo fix in documentations. Closes #1629. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1629 MOS_MIGRATED_REVID=129985238
Diffstat (limited to 'site/docs/build-ref.html')
-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