aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java
index 937516d5ee..4ee64896aa 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestRule.java
@@ -102,7 +102,7 @@ public class AndroidInstrumentationTestRule implements RuleDefinition {
</p>
<p>
The <a href="${link android_instrumentation_test.test_app}">test_app</a> attribute specifies the
- <code>android_binary<code> which contains the test. This <code>android_binary</code> in turn
+ <code>android_binary</code> which contains the test. This <code>android_binary</code> in turn
specifies the <code>android_binary</code> application under test through its
<a href="${link android_binary.instruments">instruments</a> attribute.
</p>