diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html index dd9316ab1b0313..000d89a78332f8 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/args.html @@ -1,6 +1,6 @@
List of strings; optional; subject to
- $(location) and
+ $(location) and
"Make variable" substitution, and
Bourne shell tokenization;
nonconfigurable
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html
index 8885781f28c2b9..86de92a1f318ca 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html
+++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/binary/env.html
@@ -1,5 +1,5 @@
Dictionary of strings; optional; values are subject to
-$(location) and
+$(location) and
"Make variable" substitution
Specifies additional environment variables to set when the target is 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 c384583a3c5296..d717ce344f64d0 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 @@ -1,5 +1,5 @@
List of strings; optional; subject to
-$(location) and
+$(location) and
"Make variable" substitution, and
Bourne shell tokenization
Dictionary of strings; optional; values are subject to
- $(location) and
+ $(location) and
"Make variable" substitution