Skip to content

Commit aabc8bc

Browse files
committed
Swift: Fix typo in change note
1 parent 2022dd8 commit aabc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/change-notes/2025-10-22-swift-6.2-class-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
category: breaking
33
---
44
* The `OpenedArchetypeType` class has been renamed as `ExistentialArchetypeType`.
5-
* The `OtherAvailabilitySpec` class had been removed. Use `AvailabilitySpec::isWildcard` instead.
5+
* The `OtherAvailabilitySpec` class has been removed. Use `AvailabilitySpec::isWildcard` instead.
66
* The `PlatformVersionAvailabilitySpec` has been removed. Use `AvailabilitySpec::getPlatform` and `AvailabilitySpec::getVersion` instead.

0 commit comments

Comments
 (0)