Skip to content

Commit 4ccd23a

Browse files
katreramil-bitrise
authored andcommitted
Fix documentation for config.none().
PiperOrigin-RevId: 690645454 Change-Id: I47617e3b8116093c2a374c7d15d9360804f4523d
1 parent 35e54f2 commit 4ccd23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/starlarkbuildapi/config/StarlarkConfigApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ interface BuildSettingApi extends StarlarkValue {}
169169
@StarlarkMethod(
170170
name = "none",
171171
doc =
172-
"Creates a no_config transition. This is a transition that unsets all flags, intended for"
172+
"Creates a transition which removes all configuration, unsetting all flags. Intended for"
173173
+ " the case where a dependency is data-only and contains no code that needs to be"
174174
+ " built, but should only be analyzed once.")
175175
ConfigurationTransitionApi none();

0 commit comments

Comments
 (0)