Skip to content

Commit fa761f8

Browse files
brentleyjonescopybara-github
authored andcommitted
Fix typo in apple_common.platform docs
Closes #14913. PiperOrigin-RevId: 431943084
1 parent 8cefb8b commit fa761f8

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/apple/AppleCommonApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public interface AppleCommonApi<
8787
+ "<li><code>tvos_device</code></li>"
8888
+ "<li><code>tvos_simulator</code></li>"
8989
+ "<li><code>watchos_device</code></li>"
90-
+ "<li><code>watchos_device</code></li>"
90+
+ "<li><code>watchos_simulator</code></li>"
9191
+ "</ul><p>"
9292
+ "These values can be passed to methods that expect a platform, like "
9393
+ "<a href='XcodeVersionConfig.html#sdk_version_for_platform'>"

0 commit comments

Comments
 (0)