Skip to content

Commit

Permalink
Fix documentation for config.none().
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690645454
Change-Id: I47617e3b8116093c2a374c7d15d9360804f4523d
  • Loading branch information
katre authored and copybara-github committed Oct 28, 2024
1 parent 4b8334c commit 6d0a834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ interface BuildSettingApi extends StarlarkValue {}
@StarlarkMethod(
name = "none",
doc =
"Creates a no_config transition. This is a transition that unsets all flags, intended for"
"Creates a transition which removes all configuration, unsetting all flags. Intended for"
+ " the case where a dependency is data-only and contains no code that needs to be"
+ " built, but should only be analyzed once.")
ConfigurationTransitionApi none();
Expand Down

0 comments on commit 6d0a834

Please sign in to comment.