Skip to content

Commit efb8928

Browse files
iancha1992fmeum
andauthored
Fix dangling string literal in extension_metadata docs (#18598)
Closes #18587. PiperOrigin-RevId: 538171456 Change-Id: Idd8300c73beb60b101aaf28c4f04843051bae292 Co-authored-by: Fabian Meumertzheim <[email protected]>
1 parent c455929 commit efb8928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public boolean isDevDependency(TypeCheckedTag tag) {
158158
+ " repositories or does not import all of these repositories via <a"
159159
+ " href=\"../globals/module.html#use_repo\"><code>use_repo</code></a> on an"
160160
+ " extension proxy created with <code><a"
161-
+ " href=\"../globals/module.html#use_extension>use_extension</a>(...,"
161+
+ " href=\"../globals/module.html#use_extension\">use_extension</a>(...,"
162162
+ " dev_dependency = True)</code>, Bazel will print a warning and a fixup"
163163
+ " command when the extension is evaluated.<p>If one of"
164164
+ " <code>root_module_direct_deps</code> and"

0 commit comments

Comments
 (0)