Add missing space
RELNOTES: None
PiperOrigin-RevId: 280201322
diff --git a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java
index 0250362..6d51c26 100644
--- a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java
+++ b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java
@@ -250,7 +250,7 @@
+ "(if no Target is provided) or the sources of Target should be instrumented "
+ "based on the --instrumentation_filter and "
+ "--instrument_test_targets config settings. "
- + "This differs from <code>coverage_enabled</code> in the"
+ + "This differs from <code>coverage_enabled</code> in the "
+ "<a href=\"configuration.html\">configuration</a>, which notes whether coverage "
+ "data collection is enabled for the entire run, but not whether a specific "
+ "target should be instrumented.",