Skip to content

Commit

Permalink
Fix typo in example code
Browse files Browse the repository at this point in the history
Fix a typo terminating the `target_compatible_with` line. The fix makes it easier to copy and paste the relevant portion from the code example.

Closes #18195.

PiperOrigin-RevId: 528648697
Change-Id: I4491ea2df386df141f20a0df91b2e099c90cae51
  • Loading branch information
ted-logan authored and copybara-github committed May 2, 2023
1 parent a0cd355 commit fa47ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/extending/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ cc_library(
target_compatible_with = select({
"@platforms//cpu:arm": ["@platforms//:incompatible"],
"//conditions:default": [],
],
}),
)
```

Expand Down

0 comments on commit fa47ba9

Please sign in to comment.