Skip to content

Commit 2ca692b

Browse files
authored
docs: iOS typo fix in docs (#2510)
Update platforms.md Fixed typo
1 parent 1ac7fa7 commit 2ca692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ iOS is effectively 2 platforms - physical devices, and simulators. While the API
265265

266266
* `arm64_iphoneos` (for physical iOS devices);
267267
* `arm64_iphonesimulator` (for iOS simulators running on Apple Silicon macOS machines); and
268-
* `x64_64_iphonesimulator` (for iOS simulators running on Intel macOS machines).
268+
* `x86_64_iphonesimulator` (for iOS simulators running on Intel macOS machines).
269269

270270
By default, cibuildwheel will build all wheels for the CPU architecture of the build machine. You can build all wheels for all architectures by specifying `--archs all`.
271271

0 commit comments

Comments
 (0)