Skip to content

Commit

Permalink
Fix platforms doc typos
Browse files Browse the repository at this point in the history
Closes #12930.

PiperOrigin-RevId: 354872148
  • Loading branch information
keith authored and copybara-github committed Feb 1, 2021
1 parent d258263 commit bb6af8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ FAILED: Build did NOT complete successfully

For more flexibility in expressing constraints, use the
`@platforms//:incompatible`
[`constraint_value`](platform.html#constraint_value) that no platform
[`constraint_value`](be/platform.html#constraint_value) that no platform
satisfies.

Use [`select()`](functions.html#select) in combination with
Expand All @@ -195,7 +195,7 @@ cc_library(
"@platforms//os:osx": [],
"@platforms//os:linux": [],
"//conditions:default": ["@platforms//:incompatible"],
],
}),
)
```

Expand Down

0 comments on commit bb6af8b

Please sign in to comment.