Skip to content

Commit 510d9e1

Browse files
Googlercopybara-github
authored andcommitted
Add space -- currently the documentation does not have a space here -- see []
PiperOrigin-RevId: 283221851
1 parent ef1a9da commit 510d9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/skylarkbuildapi/SkylarkRuleContextApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
+ " It has methods for declaring output files and the actions that produce them."
4848
+ "<p>Context objects essentially live for the duration of the call to the"
4949
+ " implementation function. It is not useful to access these objects outside of their"
50-
+ " associated function.See the <a"
50+
+ " associated function. See the <a"
5151
+ " href='../rules.$DOC_EXT#implementation-function'>Rules page</a> for more "
5252
+ "information.")
5353
public interface SkylarkRuleContextApi extends StarlarkValue {

0 commit comments

Comments
 (0)