Swift: Fix typo in change note

This commit is contained in:
Jeroen Ketema
2025-10-27 10:54:39 +01:00
parent 2022dd833e
commit aabc8bc38b

View File

@@ -2,5 +2,5 @@
category: breaking
---
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
* The `OtherAvailabilitySpec` class had been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `OtherAvailabilitySpec` class has been removed. Use `AvailabilitySpec::isWildcard` instead.
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.