Skip to content

Commit

Permalink
Fixed typo which caused the flag_set param to not be in <code> </code…
Browse files Browse the repository at this point in the history
…> pattern

PiperOrigin-RevId: 501136904
Change-Id: I596b3d3800eec17f54b77e70d18ccaf15c219608
  • Loading branch information
Googler authored and copybara-github committed Jan 11, 2023
1 parent df46a4a commit 673c1c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,8 +1058,8 @@ CppModuleMapT createCppModuleMap(
+ " be the first tool with a feature set that matches the feature"
+ " configuration. An error will be thrown if no tool matches a provided"
+ " feature configuration - for that reason, it's a good idea to provide a"
+ " default tool with an empty feature set.</p><p<code>flag_sets</code>: If the"
+ " given action config is enabled, the flag sets will be applied to the"
+ " default tool with an empty feature set.</p><p><code>flag_sets</code>: If"
+ " the given action config is enabled, the flag sets will be applied to the"
+ " corresponding action.</p><p><code>implies</code>: A list of features or"
+ " action configs that are automatically enabled when this action config is"
+ " enabled. If any of the implied features or action configs cannot be"
Expand Down

0 comments on commit 673c1c7

Please sign in to comment.