aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2017-07-24 11:31:40 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-24 13:18:57 +0200
commit1f25e12772142650629ef115788c1f1dbc89125c (patch)
treed2328a8a2e0e8396131961c7edf805792d8c585f /src/main/java/com
parentf6b1ef9541134018749d9d038c12e9899464632e (diff)
Make the description of example match the example.
Fixes #3183. Change-Id: Id208e0b723f0ffe8313cae4852dd77df43be477f PiperOrigin-RevId: 162911817
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShBinaryRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShBinaryRule.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShBinaryRule.java
index 557ef2dc58..02bcffae87 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShBinaryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShBinaryRule.java
@@ -51,7 +51,7 @@ public final class BazelShBinaryRule implements RuleDefinition {
<h4 id="sh_binary_examples">Example</h4>
-<p>For a simple shell script with no dependencies or data:
+<p>For a simple shell script with no dependencies and some data files:
</p>
<pre class="code">