Skip to content

Commit

Permalink
Fix dangling string literal in extension_metadata docs
Browse files Browse the repository at this point in the history
Closes #18587.

PiperOrigin-RevId: 538171456
Change-Id: Idd8300c73beb60b101aaf28c4f04843051bae292
  • Loading branch information
fmeum authored and copybara-github committed Jun 6, 2023
1 parent c5721d8 commit 5a89879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public boolean isDevDependency(TypeCheckedTag tag) {
+ " repositories or does not import all of these repositories via <a"
+ " href=\"../globals/module.html#use_repo\"><code>use_repo</code></a> on an"
+ " extension proxy created with <code><a"
+ " href=\"../globals/module.html#use_extension>use_extension</a>(...,"
+ " href=\"../globals/module.html#use_extension\">use_extension</a>(...,"
+ " dev_dependency = True)</code>, Bazel will print a warning and a fixup"
+ " command when the extension is evaluated.<p>If one of"
+ " <code>root_module_direct_deps</code> and"
Expand Down

0 comments on commit 5a89879

Please sign in to comment.