Skip to content

Commit a03e50a

Browse files
committed
fix a typo in a column of the platform-machine table
1 parent 87af379 commit a03e50a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/configuration/overrides.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ cmake.version = ">=3.18"
7878

7979
The value of `platform.machine()`. Takes a regex. A few sample values:
8080

81-
| OS | Machine | `platform-system` |
82-
| ------- | ------------ | ----------------- |
83-
| Unix | Intel 64-bit | `x86_64` |
84-
| Linux | Intel 32-bit | `i686` |
85-
| macOS | ARM | `arm64` |
86-
| Linux | ARM | `aarch64` |
87-
| Linux | Power PC | `ppc64le` |
88-
| Linux | s390x | `s390x` |
89-
| Windows | Intel 64-bit | `AMD64` |
90-
| Windows | Intel 32-bit | `x86` |
91-
| Windows | ARM | `ARM64` |
81+
| OS | Machine | `platform-machine` |
82+
| ------- | ------------ | ------------------ |
83+
| Unix | Intel 64-bit | `x86_64` |
84+
| Linux | Intel 32-bit | `i686` |
85+
| macOS | ARM | `arm64` |
86+
| Linux | ARM | `aarch64` |
87+
| Linux | Power PC | `ppc64le` |
88+
| Linux | s390x | `s390x` |
89+
| Windows | Intel 64-bit | `AMD64` |
90+
| Windows | Intel 32-bit | `x86` |
91+
| Windows | ARM | `ARM64` |
9292

9393
### `abi-flags` (string)
9494

0 commit comments

Comments
 (0)