aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2015-04-14 13:42:24 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-04-14 14:34:34 +0000
commita7974cdde75071c4dabea3d6741e1b4aa6a77f7c (patch)
tree3bb7811fa2146ea1a070ea8e8fd0bf0d015aac8e /src/main/java/com
parentfeed478ca1422102b9bc8205d92f7c988f5b4826 (diff)
Enable accepting external contributions to the BE's static parts.
-- MOS_MIGRATED_REVID=91084448
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html
index abab1b1860..072b467c84 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html
@@ -2,7 +2,7 @@ Add these arguments to the <code>--test_arg</code>
when executed by <code>bazel test</code>.
<i>(List of strings; optional; subject to
<a href="#location">$(location)</a> and
-<a href="#make_variables">"Make variable"</a> substitution, and
+<a href="#make_variables">"Make variable"</a> substitution, and
<a href="#sh-tokenization">Bourne shell tokenization</a>)</i><br/>
These arguments are passed before the <code>--test_arg</code> values
specified on the <code>bazel test</code> command line.